Shades of Cerulean Blue #2452CE
Tints of Cerulean Blue #2452CE
RGB
CMYK
RGB Variations
Color information
#2452CE (or 0x2452CE) is known color: Cerulean Blue. HEX triplet: 24, 52 and CE. RGB value is (36,82,206). Sum of RGB (Red+Green+Blue) = 36+82+206=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #2452CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452CE is #DBAD31. Grayscale: #515151. Windows color (decimal): -14396722 or 13521444. OLE color: 13521444.
HSL color Cylindrical-coordinate representation of color #2452CE: hue angle of 223.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2452CE is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 82 | 206 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.19 |
| HSL | 223.76º | 0.7% | 0.47% | - |
| HSV(B) | 223.76º | 0.83% | 0.81% | - |
| XYZ | 14.89 | 10.87 | 59.71 | - |
| YUV | 82.38 | 197.76 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 206 | 0.83 | 0.60 | 0 | 0.19 | 223.76 | 0.7 | 0.47 |
| Hex | 24 | 52 | CE | 53 | 3C | 0 | 13 | E0 | 46 | 2F |
| Octal | 44 | 122 | 316 | 123 | 74 | 0 | 23 | 340 | 106 | 57 |
| Binary | 100100 | 1010010 | 11001110 | 1010011 | 111100 | 0 | 10011 | 11100000 | 1000110 | 101111 |
Color Harmonies of #2452CE
Complementary color
Monochromatic Colors of #2452CE
Black with #2452CE
Text Example
Text Example
White with #2452CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452CE; }
p { color: rgb(36,82,206); }
H1.HeaderClassName
{
color: #2452CE;
}
.AnyTagClassName
{
color: #2452CE;
}
</style>
background-color css
<style>
a { background-color: #2452CE; }
a { background-color: rgb(36,82,206); }
div.DivClassName
{
background-color: #2452CE;
}
.BgClassName
{
background-color: #2452CE;
}
</style>
border-color css
<style>
span { border-color: #2452CE; }
span { border-color: rgb(36,82,206); }
td.TdClassName
{
border-color: #2452CE;
}
.TagClassName
{
border-color: #2452CE;
}
</style>