Shades of Cerulean Blue #2455DC
Tints of Cerulean Blue #2455DC
RGB
CMYK
RGB Variations
Color information
#2455DC (or 0x2455DC) is known color: Cerulean Blue. HEX triplet: 24, 55 and DC. RGB value is (36,85,220). Sum of RGB (Red+Green+Blue) = 36+85+220=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2455DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455DC is #DBAA23. Grayscale: #555555. Windows color (decimal): -14395940 or 14439716. OLE color: 14439716.
HSL color Cylindrical-coordinate representation of color #2455DC: hue angle of 224.02º 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 #2455DC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 85 | 220 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.14 |
| HSL | 224.02º | 0.72% | 0.5% | - |
| HSV(B) | 224.02º | 0.84% | 0.86% | - |
| XYZ | 16.89 | 12.04 | 69.14 | - |
| YUV | 85.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 220 | 0.84 | 0.61 | 0 | 0.14 | 224.02 | 0.72 | 0.5 |
| Hex | 24 | 55 | DC | 54 | 3D | 0 | E | E0 | 48 | 32 |
| Octal | 44 | 125 | 334 | 124 | 75 | 0 | 16 | 340 | 110 | 62 |
| Binary | 100100 | 1010101 | 11011100 | 1010100 | 111101 | 0 | 1110 | 11100000 | 1001000 | 110010 |
Color Harmonies of #2455DC
Complementary color
Monochromatic Colors of #2455DC
Black with #2455DC
Text Example
Text Example
White with #2455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455DC; }
p { color: rgb(36,85,220); }
H1.HeaderClassName
{
color: #2455DC;
}
.AnyTagClassName
{
color: #2455DC;
}
</style>
background-color css
<style>
a { background-color: #2455DC; }
a { background-color: rgb(36,85,220); }
div.DivClassName
{
background-color: #2455DC;
}
.BgClassName
{
background-color: #2455DC;
}
</style>
border-color css
<style>
span { border-color: #2455DC; }
span { border-color: rgb(36,85,220); }
td.TdClassName
{
border-color: #2455DC;
}
.TagClassName
{
border-color: #2455DC;
}
</style>