Html Css Color HEX #214EBD Cerulean Blue

📋 copy color: '#214EBD'

red 33 ◦ green 78 ◦ blue 189

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

Shades of Cerulean Blue #214EBD

Tints of Cerulean Blue #214EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63%

R = 11%
G = 26%
B = 63%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#214EBD (or 0x214EBD) is known color: Cerulean Blue. HEX triplet: 21, 4E and BD. RGB value is (33,78,189). Sum of RGB (Red+Green+Blue) = 33+78+189=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #214EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EBD is #DEB142. Grayscale: #4C4C4C. Windows color (decimal): -14594371 or 12406305. OLE color: 12406305.

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

Color convert

RGB 33 78 189 -
CMYK 0.83 0.59 0 0.26
HSL 222.69º 0.7% 0.44% -
HSV(B) 222.69º 0.83% 0.74% -
XYZ 12.54 9.45 49.31 -
YUV 77.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 33 78 189 0.83 0.59 0 0.26 222.69 0.7 0.44
Hex 21 4E BD 53 3B 0 1A DF 46 2C
Octal 41 116 275 123 73 0 32 337 106 54
Binary 100001 1001110 10111101 1010011 111011 0 11010 11011111 1000110 101100

Color Harmonies of #214EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EBD

Black with #214EBD

Text Example


Text Example

White with #214EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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