Shades of Cerulean Blue #2453DC
Tints of Cerulean Blue #2453DC
RGB
CMYK
RGB Variations
Color information
#2453DC (or 0x2453DC) is known color: Cerulean Blue. HEX triplet: 24, 53 and DC. RGB value is (36,83,220). Sum of RGB (Red+Green+Blue) = 36+83+220=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #2453DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453DC is #DBAC23. Grayscale: #535353. Windows color (decimal): -14396452 or 14439204. OLE color: 14439204.
HSL color Cylindrical-coordinate representation of color #2453DC: hue angle of 224.67º 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 #2453DC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 83 | 220 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.14 |
| HSL | 224.67º | 0.72% | 0.5% | - |
| HSV(B) | 224.67º | 0.84% | 0.86% | - |
| XYZ | 16.74 | 11.73 | 69.09 | - |
| YUV | 84.57 | 204.43 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 220 | 0.84 | 0.62 | 0 | 0.14 | 224.67 | 0.72 | 0.5 |
| Hex | 24 | 53 | DC | 54 | 3E | 0 | E | E1 | 48 | 32 |
| Octal | 44 | 123 | 334 | 124 | 76 | 0 | 16 | 341 | 110 | 62 |
| Binary | 100100 | 1010011 | 11011100 | 1010100 | 111110 | 0 | 1110 | 11100001 | 1001000 | 110010 |
Color Harmonies of #2453DC
Complementary color
Monochromatic Colors of #2453DC
Black with #2453DC
Text Example
Text Example
White with #2453DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453DC; }
p { color: rgb(36,83,220); }
H1.HeaderClassName
{
color: #2453DC;
}
.AnyTagClassName
{
color: #2453DC;
}
</style>
background-color css
<style>
a { background-color: #2453DC; }
a { background-color: rgb(36,83,220); }
div.DivClassName
{
background-color: #2453DC;
}
.BgClassName
{
background-color: #2453DC;
}
</style>
border-color css
<style>
span { border-color: #2453DC; }
span { border-color: rgb(36,83,220); }
td.TdClassName
{
border-color: #2453DC;
}
.TagClassName
{
border-color: #2453DC;
}
</style>