Html Css Color HEX #214FE4 Cerulean Blue

📋 copy color: '#214FE4'

red 33 ◦ green 79 ◦ blue 228

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

Shades of Cerulean Blue #214FE4

Tints of Cerulean Blue #214FE4

RGB

 RED value IS 33 (13.28% from 255) = 9.71%

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 228 (89.45% from 255) = 67.06%

R = 9.71%
G = 23.24%
B = 67.06%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#214FE4 (or 0x214FE4) is known color: Cerulean Blue. HEX triplet: 21, 4F and E4. RGB value is (33,79,228). Sum of RGB (Red+Green+Blue) = 33+79+228=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 228 (89.45% from 255 or 67.06% from 340); Max value from RGB is 228 - color contains mainly: blue. Hex color #214FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FE4 is #DEB01B. Grayscale: #515151. Windows color (decimal): -14594076 or 14962465. OLE color: 14962465.

HSL color Cylindrical-coordinate representation of color #214FE4: hue angle of 225.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214FE4 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 79 228 -
CMYK 0.86 0.65 0 0.11
HSL 225.85º 0.78% 0.51% -
HSV(B) 225.85º 0.86% 0.89% -
XYZ 17.43 11.52 74.7 -
YUV 82.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 33 79 228 0.86 0.65 0 0.11 225.85 0.78 0.51
Hex 21 4F E4 56 41 0 B E2 4E 33
Octal 41 117 344 126 101 0 13 342 116 63
Binary 100001 1001111 11100100 1010110 1000001 0 1011 11100010 1001110 110011

Color Harmonies of #214FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FE4

Black with #214FE4

Text Example


Text Example

White with #214FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214FE4; }

 p { color: rgb(33,79,228); }

 H1.HeaderClassName
 {
   color: #214FE4;
 }
 .AnyTagClassName
 {
   color: #214FE4;
 }
</style>

background-color css

<style>
 a { background-color: #214FE4; }

 a { background-color: rgb(33,79,228); }

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

border-color css

<style>
 span { border-color: #214FE4; }

 span { border-color: rgb(33,79,228); }

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