#214CB9

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

Shades of Cerulean Blue #214CB9

Tints of Cerulean Blue #214CB9

Color information

#214CB9 (or 0x214CB9) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4C and B9. RGB value is (33,76,185). Sum of RGB (Red+Green+Blue) = 33+76+185=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #214CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CB9 is #DEB346. Grayscale: #4B4B4B. Windows color (decimal): -14594887 or 12143649. OLE color: 12143649.

HSL color Cylindrical-coordinate representation of color #214CB9: hue angle of 223.03º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214CB9 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3376185-
CMYK0.820.5900.27
HSL223.03º69.72%42.75%-
HSV(B)223.03º82.16%72.55%-
XYZ11.978.9947-
YUV75.57189.7597.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.22%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 185 (72.66% from 255) = 62.93%
R=11.22%
G=25.85%
B=62.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33761850.820.5900.27223.0369.7242.75
Hex214CB9523B01Bdf462b
Octal411142711227303333710653
Binary1000011001100101110011010010111011011011110111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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