Shades of Cerulean Blue #214CC2
Tints of Cerulean Blue #214CC2
RGB
CMYK
RGB Variations
Color information
#214CC2 (or 0x214CC2) is known color: Cerulean Blue. HEX triplet: 21, 4C and C2. RGB value is (33,76,194). Sum of RGB (Red+Green+Blue) = 33+76+194=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #214CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CC2 is #DEB33D. Grayscale: #4C4C4C. Windows color (decimal): -14594878 or 12733473. OLE color: 12733473.
HSL color Cylindrical-coordinate representation of color #214CC2: hue angle of 223.98º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214CC2 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 76 | 194 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.24 |
| HSL | 223.98º | 0.71% | 0.45% | - |
| HSV(B) | 223.98º | 0.83% | 0.76% | - |
| XYZ | 12.95 | 9.39 | 52.17 | - |
| YUV | 76.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 194 | 0.83 | 0.61 | 0 | 0.24 | 223.98 | 0.71 | 0.45 |
| Hex | 21 | 4C | C2 | 53 | 3D | 0 | 18 | E0 | 47 | 2D |
| Octal | 41 | 114 | 302 | 123 | 75 | 0 | 30 | 340 | 107 | 55 |
| Binary | 100001 | 1001100 | 11000010 | 1010011 | 111101 | 0 | 11000 | 11100000 | 1000111 | 101101 |
Color Harmonies of #214CC2
Complementary color
Monochromatic Colors of #214CC2
Black with #214CC2
Text Example
Text Example
White with #214CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CC2; }
p { color: rgb(33,76,194); }
H1.HeaderClassName
{
color: #214CC2;
}
.AnyTagClassName
{
color: #214CC2;
}
</style>
background-color css
<style>
a { background-color: #214CC2; }
a { background-color: rgb(33,76,194); }
div.DivClassName
{
background-color: #214CC2;
}
.BgClassName
{
background-color: #214CC2;
}
</style>
border-color css
<style>
span { border-color: #214CC2; }
span { border-color: rgb(33,76,194); }
td.TdClassName
{
border-color: #214CC2;
}
.TagClassName
{
border-color: #214CC2;
}
</style>