#214EA4

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

Shades of Cerulean Blue #214EA4

Tints of Cerulean Blue #214EA4

Color information

#214EA4 (or 0x214EA4) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4E and A4. RGB value is (33,78,164). Sum of RGB (Red+Green+Blue) = 33+78+164=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #214EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EA4 is #DEB15B. Grayscale: #494949. Windows color (decimal): -14594396 or 10767905. OLE color: 10767905.

HSL color Cylindrical-coordinate representation of color #214EA4: hue angle of 219.39º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214EA4 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3378164-
CMYK0.800.5200.36
HSL219.39º66.5%38.63%-
HSV(B)219.39º79.88%64.31%-
XYZ10.058.4536.22-
YUV74.35178.5998.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 164 (64.45% from 255) = 59.64%
R=12%
G=28.36%
B=59.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33781640.800.5200.36219.3966.538.63
Hex214EA45034024db4227
Octal411162441206404433310247
Binary10000110011101010010010100001101000100100110110111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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