#214CB6

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

Shades of Cerulean Blue #214CB6

Tints of Cerulean Blue #214CB6

Color information

#214CB6 (or 0x214CB6) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4C and B6. RGB value is (33,76,182). Sum of RGB (Red+Green+Blue) = 33+76+182=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #214CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CB6 is #DEB349. Grayscale: #4A4A4A. Windows color (decimal): -14594890 or 11947041. OLE color: 11947041.

HSL color Cylindrical-coordinate representation of color #214CB6: hue angle of 222.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214CB6 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3376182-
CMYK0.820.5800.29
HSL222.68º69.3%42.16%-
HSV(B)222.68º81.87%71.37%-
XYZ11.668.8745.35-
YUV75.23188.2597.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 182 (71.48% from 255) = 62.54%
R=11.34%
G=26.12%
B=62.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33761820.820.5800.29222.6869.342.16
Hex214CB6523A01Ddf452a
Octal411142661227203533710552
Binary1000011001100101101101010010111010011101110111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,182); }

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

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

 a { background-color: rgb(33,76,182); }

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

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

 span { border-color: rgb(33,76,182); }

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