Html Css Color HEX #214EDC Cerulean Blue

📋 copy color: '#214EDC'

red 33 ◦ green 78 ◦ blue 220

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

Shades of Cerulean Blue #214EDC

Tints of Cerulean Blue #214EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 9.97%
G = 23.56%
B = 66.47%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#214EDC (or 0x214EDC) is known color: Cerulean Blue. HEX triplet: 21, 4E and DC. RGB value is (33,78,220). Sum of RGB (Red+Green+Blue) = 33+78+220=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #214EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EDC is #DEB123. Grayscale: #505050. Windows color (decimal): -14594340 or 14437921. OLE color: 14437921.

HSL color Cylindrical-coordinate representation of color #214EDC: hue angle of 225.56º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214EDC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 78 220 -
CMYK 0.85 0.65 0 0.14
HSL 225.56º 0.74% 0.5% -
HSV(B) 225.56º 0.85% 0.86% -
XYZ 16.27 10.94 68.96 -
YUV 80.73 206.59 93.95 -
System Red Green Blue C M Y K H S L
Decimal 33 78 220 0.85 0.65 0 0.14 225.56 0.74 0.5
Hex 21 4E DC 55 41 0 E E2 4A 32
Octal 41 116 334 125 101 0 16 342 112 62
Binary 100001 1001110 11011100 1010101 1000001 0 1110 11100010 1001010 110010

Color Harmonies of #214EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EDC

Black with #214EDC

Text Example


Text Example

White with #214EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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