Shades of Cerulean Blue #2152DF
Tints of Cerulean Blue #2152DF
RGB
CMYK
RGB Variations
Color information
#2152DF (or 0x2152DF) is known color: Cerulean Blue. HEX triplet: 21, 52 and DF. RGB value is (33,82,223). Sum of RGB (Red+Green+Blue) = 33+82+223=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #2152DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152DF is #DEAD20. Grayscale: #525252. Windows color (decimal): -14593313 or 14635553. OLE color: 14635553.
HSL color Cylindrical-coordinate representation of color #2152DF: hue angle of 224.53º 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 #2152DF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 82 | 223 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.13 |
| HSL | 224.53º | 0.75% | 0.5% | - |
| HSV(B) | 224.53º | 0.85% | 0.87% | - |
| XYZ | 16.96 | 11.69 | 71.17 | - |
| YUV | 83.42 | 206.77 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 223 | 0.85 | 0.63 | 0 | 0.13 | 224.53 | 0.75 | 0.5 |
| Hex | 21 | 52 | DF | 55 | 3F | 0 | D | E1 | 4B | 32 |
| Octal | 41 | 122 | 337 | 125 | 77 | 0 | 15 | 341 | 113 | 62 |
| Binary | 100001 | 1010010 | 11011111 | 1010101 | 111111 | 0 | 1101 | 11100001 | 1001011 | 110010 |
Color Harmonies of #2152DF
Complementary color
Monochromatic Colors of #2152DF
Black with #2152DF
Text Example
Text Example
White with #2152DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152DF; }
p { color: rgb(33,82,223); }
H1.HeaderClassName
{
color: #2152DF;
}
.AnyTagClassName
{
color: #2152DF;
}
</style>
background-color css
<style>
a { background-color: #2152DF; }
a { background-color: rgb(33,82,223); }
div.DivClassName
{
background-color: #2152DF;
}
.BgClassName
{
background-color: #2152DF;
}
</style>
border-color css
<style>
span { border-color: #2152DF; }
span { border-color: rgb(33,82,223); }
td.TdClassName
{
border-color: #2152DF;
}
.TagClassName
{
border-color: #2152DF;
}
</style>