Shades of Cerulean Blue #2151A7
Tints of Cerulean Blue #2151A7
RGB
CMYK
RGB Variations
Color information
#2151A7 (or 0x2151A7) is known color: Cerulean Blue. HEX triplet: 21, 51 and A7. RGB value is (33,81,167). Sum of RGB (Red+Green+Blue) = 33+81+167=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #2151A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2151A7 is #DEAE58. Grayscale: #4C4C4C. Windows color (decimal): -14593625 or 10965281. OLE color: 10965281.
HSL color Cylindrical-coordinate representation of color #2151A7: hue angle of 218.51º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2151A7 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 81 | 167 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.35 |
| HSL | 218.51º | 0.67% | 0.39% | - |
| HSV(B) | 218.51º | 0.8% | 0.65% | - |
| XYZ | 10.54 | 9 | 37.74 | - |
| YUV | 76.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 167 | 0.80 | 0.51 | 0 | 0.35 | 218.51 | 0.67 | 0.39 |
| Hex | 21 | 51 | A7 | 50 | 33 | 0 | 23 | DB | 43 | 27 |
| Octal | 41 | 121 | 247 | 120 | 63 | 0 | 43 | 333 | 103 | 47 |
| Binary | 100001 | 1010001 | 10100111 | 1010000 | 110011 | 0 | 100011 | 11011011 | 1000011 | 100111 |
Color Harmonies of #2151A7
Complementary color
Monochromatic Colors of #2151A7
Black with #2151A7
Text Example
Text Example
White with #2151A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151A7; }
p { color: rgb(33,81,167); }
H1.HeaderClassName
{
color: #2151A7;
}
.AnyTagClassName
{
color: #2151A7;
}
</style>
background-color css
<style>
a { background-color: #2151A7; }
a { background-color: rgb(33,81,167); }
div.DivClassName
{
background-color: #2151A7;
}
.BgClassName
{
background-color: #2151A7;
}
</style>
border-color css
<style>
span { border-color: #2151A7; }
span { border-color: rgb(33,81,167); }
td.TdClassName
{
border-color: #2151A7;
}
.TagClassName
{
border-color: #2151A7;
}
</style>