Shades of Cerulean Blue #2452CF
Tints of Cerulean Blue #2452CF
RGB
CMYK
RGB Variations
Color information
#2452CF (or 0x2452CF) is known color: Cerulean Blue. HEX triplet: 24, 52 and CF. RGB value is (36,82,207). Sum of RGB (Red+Green+Blue) = 36+82+207=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2452CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452CF is #DBAD30. Grayscale: #515151. Windows color (decimal): -14396721 or 13586980. OLE color: 13586980.
HSL color Cylindrical-coordinate representation of color #2452CF: hue angle of 223.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2452CF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 82 | 207 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.19 |
| HSL | 223.86º | 0.7% | 0.48% | - |
| HSV(B) | 223.86º | 0.83% | 0.81% | - |
| XYZ | 15.01 | 10.91 | 60.35 | - |
| YUV | 82.5 | 198.26 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 207 | 0.83 | 0.60 | 0 | 0.19 | 223.86 | 0.7 | 0.48 |
| Hex | 24 | 52 | CF | 53 | 3C | 0 | 13 | E0 | 46 | 30 |
| Octal | 44 | 122 | 317 | 123 | 74 | 0 | 23 | 340 | 106 | 60 |
| Binary | 100100 | 1010010 | 11001111 | 1010011 | 111100 | 0 | 10011 | 11100000 | 1000110 | 110000 |
Color Harmonies of #2452CF
Complementary color
Monochromatic Colors of #2452CF
Black with #2452CF
Text Example
Text Example
White with #2452CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452CF; }
p { color: rgb(36,82,207); }
H1.HeaderClassName
{
color: #2452CF;
}
.AnyTagClassName
{
color: #2452CF;
}
</style>
background-color css
<style>
a { background-color: #2452CF; }
a { background-color: rgb(36,82,207); }
div.DivClassName
{
background-color: #2452CF;
}
.BgClassName
{
background-color: #2452CF;
}
</style>
border-color css
<style>
span { border-color: #2452CF; }
span { border-color: rgb(36,82,207); }
td.TdClassName
{
border-color: #2452CF;
}
.TagClassName
{
border-color: #2452CF;
}
</style>