Shades of Cerulean Blue #2153DF
Tints of Cerulean Blue #2153DF
RGB
CMYK
RGB Variations
Color information
#2153DF (or 0x2153DF) is known color: Cerulean Blue. HEX triplet: 21, 53 and DF. RGB value is (33,83,223). Sum of RGB (Red+Green+Blue) = 33+83+223=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #2153DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153DF is #DEAC20. Grayscale: #535353. Windows color (decimal): -14593057 or 14635809. OLE color: 14635809.
HSL color Cylindrical-coordinate representation of color #2153DF: hue angle of 224.21º 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 #2153DF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 83 | 223 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.13 |
| HSL | 224.21º | 0.75% | 0.5% | - |
| HSV(B) | 224.21º | 0.85% | 0.87% | - |
| XYZ | 17.04 | 11.84 | 71.2 | - |
| YUV | 84.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 223 | 0.85 | 0.63 | 0 | 0.13 | 224.21 | 0.75 | 0.5 |
| Hex | 21 | 53 | DF | 55 | 3F | 0 | D | E0 | 4B | 32 |
| Octal | 41 | 123 | 337 | 125 | 77 | 0 | 15 | 340 | 113 | 62 |
| Binary | 100001 | 1010011 | 11011111 | 1010101 | 111111 | 0 | 1101 | 11100000 | 1001011 | 110010 |
Color Harmonies of #2153DF
Complementary color
Monochromatic Colors of #2153DF
Black with #2153DF
Text Example
Text Example
White with #2153DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153DF; }
p { color: rgb(33,83,223); }
H1.HeaderClassName
{
color: #2153DF;
}
.AnyTagClassName
{
color: #2153DF;
}
</style>
background-color css
<style>
a { background-color: #2153DF; }
a { background-color: rgb(33,83,223); }
div.DivClassName
{
background-color: #2153DF;
}
.BgClassName
{
background-color: #2153DF;
}
</style>
border-color css
<style>
span { border-color: #2153DF; }
span { border-color: rgb(33,83,223); }
td.TdClassName
{
border-color: #2153DF;
}
.TagClassName
{
border-color: #2153DF;
}
</style>