#1409f4

Color #1409F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1409F4

Tints of Blue #1409F4

Color information

#1409F4 (or 0x1409F4) is unknown color: approx Blue. HEX triplet: 14, 09 and F4. RGB value is (20,9,244). Sum of RGB (Red+Green+Blue) = 20+9+244=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 244 (95.70% from 255 or 89.38% from 273); Max value from RGB is 244 - color contains mainly: blue. Hex color #1409F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1409F4 is #EBF60B. Grayscale: #262626. Windows color (decimal): -15463948 or 15993108. OLE color: 15993108.

HSL color Cylindrical-coordinate representation of color #1409F4: hue angle of 242.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409F4 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209244-
CMYK0.920.9600.04
HSL242.81º92.89%49.61%-
HSV(B)242.81º96.31%95.69%-
XYZ16.726.8886.03-
YUV39.08243.64114.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 244 (95.70% from 255) = 89.38%
R=7.33%
G=3.30%
B=89.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092440.920.9600.04242.8192.8949.61
Hex149F45C6004f35d32
Octal24113641341400436313562
Binary10100100111110100101110011000000100111100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1409f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1409f4; }

 p { color: rgb(20,9,244); }

 H1.HeaderClassName
 {
   color: #1409f4;
 }
 .AnyTagClassName
 {
   color: #1409f4;
 }
</style>
background-color css

<style>
 a { background-color: #1409f4; }

 a { background-color: rgb(20,9,244); }

 div.DivClassName
 {
   background-color: #1409f4;
 }
 .BgClassName
 {
   background-color: #1409f4;
 }
</style>
border-color css

<style>
 span { border-color: #1409f4; }

 span { border-color: rgb(20,9,244); }

 td.TdClassName
 {
   border-color: #1409f4;
 }
 .TagClassName
 {
   border-color: #1409f4;
 }
</style>