#214EAC

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

Shades of Cerulean Blue #214EAC

Tints of Cerulean Blue #214EAC

Color information

#214EAC (or 0x214EAC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4E and AC. RGB value is (33,78,172). Sum of RGB (Red+Green+Blue) = 33+78+172=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #214EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EAC is #DEB153. Grayscale: #4A4A4A. Windows color (decimal): -14594388 or 11292193. OLE color: 11292193.

HSL color Cylindrical-coordinate representation of color #214EAC: hue angle of 220.58º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214EAC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3378172-
CMYK0.810.5500.33
HSL220.58º67.8%40.2%-
HSV(B)220.58º80.81%67.45%-
XYZ10.88.7540.15-
YUV75.26182.5997.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=11.66%
G=27.56%
B=60.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33781720.810.5500.33220.5867.840.2
Hex214EAC5137021dd4428
Octal411162541216704133510450
Binary10000110011101010110010100011101110100001110111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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