#214EB2

Color #214EB2 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #214EB2

Tints of Cerulean Blue #214EB2

Color information

#214EB2 (or 0x214EB2) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4E and B2. RGB value is (33,78,178). Sum of RGB (Red+Green+Blue) = 33+78+178=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 178 (69.92% from 255 or 61.59% from 289); Max value from RGB is 178 - color contains mainly: blue. Hex color #214EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EB2 is #DEB14D. Grayscale: #4B4B4B. Windows color (decimal): -14594382 or 11685409. OLE color: 11685409.

HSL color Cylindrical-coordinate representation of color #214EB2: hue angle of 221.38º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214EB2 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3378178-
CMYK0.810.5600.30
HSL221.38º68.72%41.37%-
HSV(B)221.38º81.46%69.8%-
XYZ11.398.9943.25-
YUV75.94185.5997.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 178 (69.92% from 255) = 61.59%
R=11.42%
G=26.99%
B=61.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33781780.810.5600.30221.3868.7241.37
Hex214EB2513801Edd4529
Octal411162621217003633510551
Binary1000011001110101100101010001111000011110110111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214EB2;
 }
 .AnyTagClassName
 {
   color: #214EB2;
 }
</style>
background-color css

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

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

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

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

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

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