Shades of Cerulean Blue #214DBB
Tints of Cerulean Blue #214DBB
RGB
CMYK
RGB Variations
Color information
#214DBB (or 0x214DBB) is known color: Cerulean Blue. HEX triplet: 21, 4D and BB. RGB value is (33,77,187). Sum of RGB (Red+Green+Blue) = 33+77+187=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #214DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DBB is #DEB244. Grayscale: #4B4B4B. Windows color (decimal): -14594629 or 12274977. OLE color: 12274977.
HSL color Cylindrical-coordinate representation of color #214DBB: hue angle of 222.86º 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 #214DBB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 77 | 187 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.27 |
| HSL | 222.86º | 0.7% | 0.43% | - |
| HSV(B) | 222.86º | 0.82% | 0.73% | - |
| XYZ | 12.25 | 9.22 | 48.15 | - |
| YUV | 76.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 187 | 0.82 | 0.59 | 0 | 0.27 | 222.86 | 0.7 | 0.43 |
| Hex | 21 | 4D | BB | 52 | 3B | 0 | 1B | DF | 46 | 2B |
| Octal | 41 | 115 | 273 | 122 | 73 | 0 | 33 | 337 | 106 | 53 |
| Binary | 100001 | 1001101 | 10111011 | 1010010 | 111011 | 0 | 11011 | 11011111 | 1000110 | 101011 |
Color Harmonies of #214DBB
Complementary color
Monochromatic Colors of #214DBB
Black with #214DBB
Text Example
Text Example
White with #214DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DBB; }
p { color: rgb(33,77,187); }
H1.HeaderClassName
{
color: #214DBB;
}
.AnyTagClassName
{
color: #214DBB;
}
</style>
background-color css
<style>
a { background-color: #214DBB; }
a { background-color: rgb(33,77,187); }
div.DivClassName
{
background-color: #214DBB;
}
.BgClassName
{
background-color: #214DBB;
}
</style>
border-color css
<style>
span { border-color: #214DBB; }
span { border-color: rgb(33,77,187); }
td.TdClassName
{
border-color: #214DBB;
}
.TagClassName
{
border-color: #214DBB;
}
</style>