Html Css Color HEX #214ECD Cerulean Blue

📋 copy color: '#214ECD'

red 33 ◦ green 78 ◦ blue 205

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

Shades of Cerulean Blue #214ECD

Tints of Cerulean Blue #214ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 10.44%
G = 24.68%
B = 64.87%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#214ECD (or 0x214ECD) is known color: Cerulean Blue. HEX triplet: 21, 4E and CD. RGB value is (33,78,205). Sum of RGB (Red+Green+Blue) = 33+78+205=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #214ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ECD is #DEB132. Grayscale: #4E4E4E. Windows color (decimal): -14594355 or 13454881. OLE color: 13454881.

HSL color Cylindrical-coordinate representation of color #214ECD: hue angle of 224.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ECD is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 78 205 -
CMYK 0.84 0.62 0 0.20
HSL 224.3º 0.72% 0.47% -
HSV(B) 224.3º 0.84% 0.8% -
XYZ 14.37 10.18 58.97 -
YUV 79.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 33 78 205 0.84 0.62 0 0.20 224.3 0.72 0.47
Hex 21 4E CD 54 3E 0 14 E0 48 2F
Octal 41 116 315 124 76 0 24 340 110 57
Binary 100001 1001110 11001101 1010100 111110 0 10100 11100000 1001000 101111

Color Harmonies of #214ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ECD

Black with #214ECD

Text Example


Text Example

White with #214ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,205); }

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

background-color css

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

 a { background-color: rgb(33,78,205); }

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

border-color css

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

 span { border-color: rgb(33,78,205); }

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