Shades of Cerulean Blue #2453DD
Tints of Cerulean Blue #2453DD
RGB
CMYK
RGB Variations
Color information
#2453DD (or 0x2453DD) is known color: Cerulean Blue. HEX triplet: 24, 53 and DD. RGB value is (36,83,221). Sum of RGB (Red+Green+Blue) = 36+83+221=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #2453DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453DD is #DBAC22. Grayscale: #545454. Windows color (decimal): -14396451 or 14504740. OLE color: 14504740.
HSL color Cylindrical-coordinate representation of color #2453DD: hue angle of 224.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2453DD is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 83 | 221 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.13 |
| HSL | 224.76º | 0.73% | 0.5% | - |
| HSV(B) | 224.76º | 0.84% | 0.87% | - |
| XYZ | 16.87 | 11.78 | 69.79 | - |
| YUV | 84.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 221 | 0.84 | 0.62 | 0 | 0.13 | 224.76 | 0.73 | 0.5 |
| Hex | 24 | 53 | DD | 54 | 3E | 0 | D | E1 | 49 | 32 |
| Octal | 44 | 123 | 335 | 124 | 76 | 0 | 15 | 341 | 111 | 62 |
| Binary | 100100 | 1010011 | 11011101 | 1010100 | 111110 | 0 | 1101 | 11100001 | 1001001 | 110010 |
Color Harmonies of #2453DD
Complementary color
Monochromatic Colors of #2453DD
Black with #2453DD
Text Example
Text Example
White with #2453DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453DD; }
p { color: rgb(36,83,221); }
H1.HeaderClassName
{
color: #2453DD;
}
.AnyTagClassName
{
color: #2453DD;
}
</style>
background-color css
<style>
a { background-color: #2453DD; }
a { background-color: rgb(36,83,221); }
div.DivClassName
{
background-color: #2453DD;
}
.BgClassName
{
background-color: #2453DD;
}
</style>
border-color css
<style>
span { border-color: #2453DD; }
span { border-color: rgb(36,83,221); }
td.TdClassName
{
border-color: #2453DD;
}
.TagClassName
{
border-color: #2453DD;
}
</style>