Shades of Cerulean Blue #214CCC
Tints of Cerulean Blue #214CCC
RGB
CMYK
RGB Variations
Color information
#214CCC (or 0x214CCC) is known color: Cerulean Blue. HEX triplet: 21, 4C and CC. RGB value is (33,76,204). Sum of RGB (Red+Green+Blue) = 33+76+204=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #214CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CCC is #DEB333. Grayscale: #4D4D4D. Windows color (decimal): -14594868 or 13388833. OLE color: 13388833.
HSL color Cylindrical-coordinate representation of color #214CCC: hue angle of 224.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214CCC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 76 | 204 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.2 |
| HSL | 224.91º | 0.72% | 0.46% | - |
| HSV(B) | 224.91º | 0.84% | 0.8% | - |
| XYZ | 14.11 | 9.85 | 58.28 | - |
| YUV | 77.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 204 | 0.84 | 0.63 | 0 | 0.2 | 224.91 | 0.72 | 0.46 |
| Hex | 21 | 4C | CC | 54 | 3F | 0 | 14 | E1 | 48 | 2E |
| Octal | 41 | 114 | 314 | 124 | 77 | 0 | 24 | 341 | 110 | 56 |
| Binary | 100001 | 1001100 | 11001100 | 1010100 | 111111 | 0 | 10100 | 11100001 | 1001000 | 101110 |
Color Harmonies of #214CCC
Complementary color
Monochromatic Colors of #214CCC
Black with #214CCC
Text Example
Text Example
White with #214CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CCC; }
p { color: rgb(33,76,204); }
H1.HeaderClassName
{
color: #214CCC;
}
.AnyTagClassName
{
color: #214CCC;
}
</style>
background-color css
<style>
a { background-color: #214CCC; }
a { background-color: rgb(33,76,204); }
div.DivClassName
{
background-color: #214CCC;
}
.BgClassName
{
background-color: #214CCC;
}
</style>
border-color css
<style>
span { border-color: #214CCC; }
span { border-color: rgb(33,76,204); }
td.TdClassName
{
border-color: #214CCC;
}
.TagClassName
{
border-color: #214CCC;
}
</style>