Shades of Cerulean Blue #2151BD
Tints of Cerulean Blue #2151BD
RGB
CMYK
RGB Variations
Color information
#2151BD (or 0x2151BD) is known color: Cerulean Blue. HEX triplet: 21, 51 and BD. RGB value is (33,81,189). Sum of RGB (Red+Green+Blue) = 33+81+189=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #2151BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151BD is #DEAE42. Grayscale: #4E4E4E. Windows color (decimal): -14593603 or 12407073. OLE color: 12407073.
HSL color Cylindrical-coordinate representation of color #2151BD: hue angle of 221.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2151BD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 81 | 189 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.26 |
| HSL | 221.54º | 0.7% | 0.44% | - |
| HSV(B) | 221.54º | 0.83% | 0.74% | - |
| XYZ | 12.75 | 9.88 | 49.38 | - |
| YUV | 78.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 189 | 0.83 | 0.57 | 0 | 0.26 | 221.54 | 0.7 | 0.44 |
| Hex | 21 | 51 | BD | 53 | 39 | 0 | 1A | DE | 46 | 2C |
| Octal | 41 | 121 | 275 | 123 | 71 | 0 | 32 | 336 | 106 | 54 |
| Binary | 100001 | 1010001 | 10111101 | 1010011 | 111001 | 0 | 11010 | 11011110 | 1000110 | 101100 |
Color Harmonies of #2151BD
Complementary color
Monochromatic Colors of #2151BD
Black with #2151BD
Text Example
Text Example
White with #2151BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151BD; }
p { color: rgb(33,81,189); }
H1.HeaderClassName
{
color: #2151BD;
}
.AnyTagClassName
{
color: #2151BD;
}
</style>
background-color css
<style>
a { background-color: #2151BD; }
a { background-color: rgb(33,81,189); }
div.DivClassName
{
background-color: #2151BD;
}
.BgClassName
{
background-color: #2151BD;
}
</style>
border-color css
<style>
span { border-color: #2151BD; }
span { border-color: rgb(33,81,189); }
td.TdClassName
{
border-color: #2151BD;
}
.TagClassName
{
border-color: #2151BD;
}
</style>