Html Css Color HEX #1412F9 Blue

📋 copy color: '#1412F9'

red 20 ◦ green 18 ◦ blue 249

#1412F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1412F9

Tints of Blue #1412F9

RGB

 RED value IS 20 (8.2% from 255) = 6.97%

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 249 (97.66% from 255) = 86.76%

R = 6.97%
G = 6.27%
B = 86.76%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1412F9 (or 0x1412F9) is known color: Blue. HEX triplet: 14, 12 and F9. RGB value is (20,18,249). Sum of RGB (Red+Green+Blue) = 20+18+249=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 249 (97.66% from 255 or 86.76% from 287); Max value from RGB is 249 - color contains mainly: blue. Hex color #1412F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1412F9 is #EBED06. Grayscale: #2C2C2C. Windows color (decimal): -15461639 or 16323092. OLE color: 16323092.

HSL color Cylindrical-coordinate representation of color #1412F9: hue angle of 240.52º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1412F9 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 18 249 -
CMYK 0.92 0.93 0 0.02
HSL 240.52º 0.95% 0.52% -
HSV(B) 240.52º 0.93% 0.98% -
XYZ 17.6 7.42 90.13 -
YUV 44.93 243.16 110.22 -
System Red Green Blue C M Y K H S L
Decimal 20 18 249 0.92 0.93 0 0.02 240.52 0.95 0.52
Hex 14 12 F9 5C 5D 0 2 F1 5F 34
Octal 24 22 371 134 135 0 2 361 137 64
Binary 10100 10010 11111001 1011100 1011101 0 10 11110001 1011111 110100

Color Harmonies of #1412F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1412F9

Black with #1412F9

Text Example


Text Example

White with #1412F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1412F9; }

 p { color: rgb(20,18,249); }

 H1.HeaderClassName
 {
   color: #1412F9;
 }
 .AnyTagClassName
 {
   color: #1412F9;
 }
</style>

background-color css

<style>
 a { background-color: #1412F9; }

 a { background-color: rgb(20,18,249); }

 div.DivClassName
 {
   background-color: #1412F9;
 }
 .BgClassName
 {
   background-color: #1412F9;
 }
</style>

border-color css

<style>
 span { border-color: #1412F9; }

 span { border-color: rgb(20,18,249); }

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