Html Css Color HEX #214EBC Cerulean Blue

📋 copy color: '#214EBC'

red 33 ◦ green 78 ◦ blue 188

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

Shades of Cerulean Blue #214EBC

Tints of Cerulean Blue #214EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 11.04%
G = 26.09%
B = 62.88%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#214EBC (or 0x214EBC) is known color: Cerulean Blue. HEX triplet: 21, 4E and BC. RGB value is (33,78,188). Sum of RGB (Red+Green+Blue) = 33+78+188=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #214EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EBC is #DEB143. Grayscale: #4C4C4C. Windows color (decimal): -14594372 or 12340769. OLE color: 12340769.

HSL color Cylindrical-coordinate representation of color #214EBC: hue angle of 222.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214EBC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 78 188 -
CMYK 0.82 0.59 0 0.26
HSL 222.58º 0.7% 0.43% -
HSV(B) 222.58º 0.82% 0.74% -
XYZ 12.43 9.4 48.74 -
YUV 77.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 33 78 188 0.82 0.59 0 0.26 222.58 0.7 0.43
Hex 21 4E BC 52 3B 0 1A DF 46 2B
Octal 41 116 274 122 73 0 32 337 106 53
Binary 100001 1001110 10111100 1010010 111011 0 11010 11011111 1000110 101011

Color Harmonies of #214EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EBC

Black with #214EBC

Text Example


Text Example

White with #214EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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