Shades of Cerulean Blue #2151DF
Tints of Cerulean Blue #2151DF
RGB
CMYK
RGB Variations
Color information
#2151DF (or 0x2151DF) is known color: Cerulean Blue. HEX triplet: 21, 51 and DF. RGB value is (33,81,223). Sum of RGB (Red+Green+Blue) = 33+81+223=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #2151DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151DF is #DEAE20. Grayscale: #525252. Windows color (decimal): -14593569 or 14635297. OLE color: 14635297.
HSL color Cylindrical-coordinate representation of color #2151DF: hue angle of 224.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2151DF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 81 | 223 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.13 |
| HSL | 224.84º | 0.75% | 0.5% | - |
| HSV(B) | 224.84º | 0.85% | 0.87% | - |
| XYZ | 16.89 | 11.54 | 71.15 | - |
| YUV | 82.84 | 207.1 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 223 | 0.85 | 0.64 | 0 | 0.13 | 224.84 | 0.75 | 0.5 |
| Hex | 21 | 51 | DF | 55 | 40 | 0 | D | E1 | 4B | 32 |
| Octal | 41 | 121 | 337 | 125 | 100 | 0 | 15 | 341 | 113 | 62 |
| Binary | 100001 | 1010001 | 11011111 | 1010101 | 1000000 | 0 | 1101 | 11100001 | 1001011 | 110010 |
Color Harmonies of #2151DF
Complementary color
Monochromatic Colors of #2151DF
Black with #2151DF
Text Example
Text Example
White with #2151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151DF; }
p { color: rgb(33,81,223); }
H1.HeaderClassName
{
color: #2151DF;
}
.AnyTagClassName
{
color: #2151DF;
}
</style>
background-color css
<style>
a { background-color: #2151DF; }
a { background-color: rgb(33,81,223); }
div.DivClassName
{
background-color: #2151DF;
}
.BgClassName
{
background-color: #2151DF;
}
</style>
border-color css
<style>
span { border-color: #2151DF; }
span { border-color: rgb(33,81,223); }
td.TdClassName
{
border-color: #2151DF;
}
.TagClassName
{
border-color: #2151DF;
}
</style>