Shades of Cerulean Blue #2153D7
Tints of Cerulean Blue #2153D7
RGB
CMYK
RGB Variations
Color information
#2153D7 (or 0x2153D7) is known color: Cerulean Blue. HEX triplet: 21, 53 and D7. RGB value is (33,83,215). Sum of RGB (Red+Green+Blue) = 33+83+215=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #2153D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153D7 is #DEAC28. Grayscale: #525252. Windows color (decimal): -14593065 or 14111521. OLE color: 14111521.
HSL color Cylindrical-coordinate representation of color #2153D7: hue angle of 223.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2153D7 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 83 | 215 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.16 |
| HSL | 223.52º | 0.73% | 0.49% | - |
| HSV(B) | 223.52º | 0.85% | 0.84% | - |
| XYZ | 15.99 | 11.42 | 65.65 | - |
| YUV | 83.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 215 | 0.85 | 0.61 | 0 | 0.16 | 223.52 | 0.73 | 0.49 |
| Hex | 21 | 53 | D7 | 55 | 3D | 0 | 10 | E0 | 49 | 31 |
| Octal | 41 | 123 | 327 | 125 | 75 | 0 | 20 | 340 | 111 | 61 |
| Binary | 100001 | 1010011 | 11010111 | 1010101 | 111101 | 0 | 10000 | 11100000 | 1001001 | 110001 |
Color Harmonies of #2153D7
Complementary color
Monochromatic Colors of #2153D7
Black with #2153D7
Text Example
Text Example
White with #2153D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153D7; }
p { color: rgb(33,83,215); }
H1.HeaderClassName
{
color: #2153D7;
}
.AnyTagClassName
{
color: #2153D7;
}
</style>
background-color css
<style>
a { background-color: #2153D7; }
a { background-color: rgb(33,83,215); }
div.DivClassName
{
background-color: #2153D7;
}
.BgClassName
{
background-color: #2153D7;
}
</style>
border-color css
<style>
span { border-color: #2153D7; }
span { border-color: rgb(33,83,215); }
td.TdClassName
{
border-color: #2153D7;
}
.TagClassName
{
border-color: #2153D7;
}
</style>