Shades of Cerulean Blue #2452DC
Tints of Cerulean Blue #2452DC
RGB
CMYK
RGB Variations
Color information
#2452DC (or 0x2452DC) is known color: Cerulean Blue. HEX triplet: 24, 52 and DC. RGB value is (36,82,220). Sum of RGB (Red+Green+Blue) = 36+82+220=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #2452DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452DC is #DBAD23. Grayscale: #535353. Windows color (decimal): -14396708 or 14438948. OLE color: 14438948.
HSL color Cylindrical-coordinate representation of color #2452DC: hue angle of 225º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2452DC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 82 | 220 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.14 |
| HSL | 225º | 0.72% | 0.5% | - |
| HSV(B) | 225º | 0.84% | 0.86% | - |
| XYZ | 16.66 | 11.58 | 69.07 | - |
| YUV | 83.98 | 204.76 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 220 | 0.84 | 0.63 | 0 | 0.14 | 225 | 0.72 | 0.5 |
| Hex | 24 | 52 | DC | 54 | 3F | 0 | E | E1 | 48 | 32 |
| Octal | 44 | 122 | 334 | 124 | 77 | 0 | 16 | 341 | 110 | 62 |
| Binary | 100100 | 1010010 | 11011100 | 1010100 | 111111 | 0 | 1110 | 11100001 | 1001000 | 110010 |
Color Harmonies of #2452DC
Complementary color
Monochromatic Colors of #2452DC
Black with #2452DC
Text Example
Text Example
White with #2452DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452DC; }
p { color: rgb(36,82,220); }
H1.HeaderClassName
{
color: #2452DC;
}
.AnyTagClassName
{
color: #2452DC;
}
</style>
background-color css
<style>
a { background-color: #2452DC; }
a { background-color: rgb(36,82,220); }
div.DivClassName
{
background-color: #2452DC;
}
.BgClassName
{
background-color: #2452DC;
}
</style>
border-color css
<style>
span { border-color: #2452DC; }
span { border-color: rgb(36,82,220); }
td.TdClassName
{
border-color: #2452DC;
}
.TagClassName
{
border-color: #2452DC;
}
</style>