Html Css Color HEX #214ECE Cerulean Blue

📋 copy color: '#214ECE'

red 33 ◦ green 78 ◦ blue 206

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

Shades of Cerulean Blue #214ECE

Tints of Cerulean Blue #214ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 10.41%
G = 24.61%
B = 64.98%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#214ECE (or 0x214ECE) is known color: Cerulean Blue. HEX triplet: 21, 4E and CE. RGB value is (33,78,206). Sum of RGB (Red+Green+Blue) = 33+78+206=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #214ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ECE is #DEB131. Grayscale: #4E4E4E. Windows color (decimal): -14594354 or 13520417. OLE color: 13520417.

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

Color convert

RGB 33 78 206 -
CMYK 0.84 0.62 0 0.19
HSL 224.39º 0.72% 0.47% -
HSV(B) 224.39º 0.84% 0.81% -
XYZ 14.49 10.23 59.6 -
YUV 79.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 33 78 206 0.84 0.62 0 0.19 224.39 0.72 0.47
Hex 21 4E CE 54 3E 0 13 E0 48 2F
Octal 41 116 316 124 76 0 23 340 110 57
Binary 100001 1001110 11001110 1010100 111110 0 10011 11100000 1001000 101111

Color Harmonies of #214ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ECE

Black with #214ECE

Text Example


Text Example

White with #214ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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