Html Css Color HEX #1214FF Blue

📋 copy color: '#1214FF'

red 18 ◦ green 20 ◦ blue 255

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

Shades of Blue #1214FF

Tints of Blue #1214FF

RGB

 RED value IS 18 (7.42% from 255) = 6.14%

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 255 (100% from 255) = 87.03%

R = 6.14%
G = 6.83%
B = 87.03%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1214FF (or 0x1214FF) is known color: Blue. HEX triplet: 12, 14 and FF. RGB value is (18,20,255). Sum of RGB (Red+Green+Blue) = 18+20+255=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1214FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214FF is #EDEB00. Grayscale: #2D2D2D. Windows color (decimal): -15592193 or 16716818. OLE color: 16716818.

HSL color Cylindrical-coordinate representation of color #1214FF: hue angle of 239.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1214FF is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 20 255 -
CMYK 0.93 0.92 0 0
HSL 239.49º 1% 0.54% -
HSV(B) 239.49º 0.93% 1% -
XYZ 18.55 7.85 95.15 -
YUV 46.19 245.84 107.89 -
System Red Green Blue C M Y K H S L
Decimal 18 20 255 0.93 0.92 0 0 239.49 1 0.54
Hex 12 14 FF 5D 5C 0 0 EF 64 36
Octal 22 24 377 135 134 0 0 357 144 66
Binary 10010 10100 11111111 1011101 1011100 0 0 11101111 1100100 110110

Color Harmonies of #1214FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214FF

Black with #1214FF

Text Example


Text Example

White with #1214FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1214FF; }

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

 H1.HeaderClassName
 {
   color: #1214FF;
 }
 .AnyTagClassName
 {
   color: #1214FF;
 }
</style>

background-color css

<style>
 a { background-color: #1214FF; }

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

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

border-color css

<style>
 span { border-color: #1214FF; }

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

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