Shades of Cerulean Blue #214DCB
Tints of Cerulean Blue #214DCB
RGB
CMYK
RGB Variations
Color information
#214DCB (or 0x214DCB) is known color: Cerulean Blue. HEX triplet: 21, 4D and CB. RGB value is (33,77,203). Sum of RGB (Red+Green+Blue) = 33+77+203=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #214DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DCB is #DEB234. Grayscale: #4D4D4D. Windows color (decimal): -14594613 or 13323553. OLE color: 13323553.
HSL color Cylindrical-coordinate representation of color #214DCB: hue angle of 224.47º 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 #214DCB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 77 | 203 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.20 |
| HSL | 224.47º | 0.72% | 0.46% | - |
| HSV(B) | 224.47º | 0.84% | 0.8% | - |
| XYZ | 14.06 | 9.94 | 57.68 | - |
| YUV | 78.21 | 198.42 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 203 | 0.84 | 0.62 | 0 | 0.20 | 224.47 | 0.72 | 0.46 |
| Hex | 21 | 4D | CB | 54 | 3E | 0 | 14 | E0 | 48 | 2E |
| Octal | 41 | 115 | 313 | 124 | 76 | 0 | 24 | 340 | 110 | 56 |
| Binary | 100001 | 1001101 | 11001011 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001000 | 101110 |
Color Harmonies of #214DCB
Complementary color
Monochromatic Colors of #214DCB
Black with #214DCB
Text Example
Text Example
White with #214DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DCB; }
p { color: rgb(33,77,203); }
H1.HeaderClassName
{
color: #214DCB;
}
.AnyTagClassName
{
color: #214DCB;
}
</style>
background-color css
<style>
a { background-color: #214DCB; }
a { background-color: rgb(33,77,203); }
div.DivClassName
{
background-color: #214DCB;
}
.BgClassName
{
background-color: #214DCB;
}
</style>
border-color css
<style>
span { border-color: #214DCB; }
span { border-color: rgb(33,77,203); }
td.TdClassName
{
border-color: #214DCB;
}
.TagClassName
{
border-color: #214DCB;
}
</style>