Shades of Cerulean Blue #2455CF
Tints of Cerulean Blue #2455CF
RGB
CMYK
RGB Variations
Color information
#2455CF (or 0x2455CF) is known color: Cerulean Blue. HEX triplet: 24, 55 and CF. RGB value is (36,85,207). Sum of RGB (Red+Green+Blue) = 36+85+207=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #2455CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455CF is #DBAA30. Grayscale: #535353. Windows color (decimal): -14395953 or 13587748. OLE color: 13587748.
HSL color Cylindrical-coordinate representation of color #2455CF: hue angle of 222.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2455CF is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 85 | 207 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.19 |
| HSL | 222.81º | 0.7% | 0.48% | - |
| HSV(B) | 222.81º | 0.83% | 0.81% | - |
| XYZ | 15.24 | 11.38 | 60.42 | - |
| YUV | 84.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 207 | 0.83 | 0.59 | 0 | 0.19 | 222.81 | 0.7 | 0.48 |
| Hex | 24 | 55 | CF | 53 | 3B | 0 | 13 | DF | 46 | 30 |
| Octal | 44 | 125 | 317 | 123 | 73 | 0 | 23 | 337 | 106 | 60 |
| Binary | 100100 | 1010101 | 11001111 | 1010011 | 111011 | 0 | 10011 | 11011111 | 1000110 | 110000 |
Color Harmonies of #2455CF
Complementary color
Monochromatic Colors of #2455CF
Black with #2455CF
Text Example
Text Example
White with #2455CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455CF; }
p { color: rgb(36,85,207); }
H1.HeaderClassName
{
color: #2455CF;
}
.AnyTagClassName
{
color: #2455CF;
}
</style>
background-color css
<style>
a { background-color: #2455CF; }
a { background-color: rgb(36,85,207); }
div.DivClassName
{
background-color: #2455CF;
}
.BgClassName
{
background-color: #2455CF;
}
</style>
border-color css
<style>
span { border-color: #2455CF; }
span { border-color: rgb(36,85,207); }
td.TdClassName
{
border-color: #2455CF;
}
.TagClassName
{
border-color: #2455CF;
}
</style>