Shades of Cerulean Blue #2455CE
Tints of Cerulean Blue #2455CE
RGB
CMYK
RGB Variations
Color information
#2455CE (or 0x2455CE) is known color: Cerulean Blue. HEX triplet: 24, 55 and CE. RGB value is (36,85,206). Sum of RGB (Red+Green+Blue) = 36+85+206=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #2455CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455CE is #DBAA31. Grayscale: #535353. Windows color (decimal): -14395954 or 13522212. OLE color: 13522212.
HSL color Cylindrical-coordinate representation of color #2455CE: hue angle of 222.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2455CE is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 85 | 206 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.19 |
| HSL | 222.71º | 0.7% | 0.47% | - |
| HSV(B) | 222.71º | 0.83% | 0.81% | - |
| XYZ | 15.12 | 11.33 | 59.78 | - |
| YUV | 84.14 | 196.77 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 206 | 0.83 | 0.59 | 0 | 0.19 | 222.71 | 0.7 | 0.47 |
| Hex | 24 | 55 | CE | 53 | 3B | 0 | 13 | DF | 46 | 2F |
| Octal | 44 | 125 | 316 | 123 | 73 | 0 | 23 | 337 | 106 | 57 |
| Binary | 100100 | 1010101 | 11001110 | 1010011 | 111011 | 0 | 10011 | 11011111 | 1000110 | 101111 |
Color Harmonies of #2455CE
Complementary color
Monochromatic Colors of #2455CE
Black with #2455CE
Text Example
Text Example
White with #2455CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455CE; }
p { color: rgb(36,85,206); }
H1.HeaderClassName
{
color: #2455CE;
}
.AnyTagClassName
{
color: #2455CE;
}
</style>
background-color css
<style>
a { background-color: #2455CE; }
a { background-color: rgb(36,85,206); }
div.DivClassName
{
background-color: #2455CE;
}
.BgClassName
{
background-color: #2455CE;
}
</style>
border-color css
<style>
span { border-color: #2455CE; }
span { border-color: rgb(36,85,206); }
td.TdClassName
{
border-color: #2455CE;
}
.TagClassName
{
border-color: #2455CE;
}
</style>