Shades of Cerulean Blue #2458D5
Tints of Cerulean Blue #2458D5
RGB
CMYK
RGB Variations
Color information
#2458D5 (or 0x2458D5) is known color: Cerulean Blue. HEX triplet: 24, 58 and D5. RGB value is (36,88,213). Sum of RGB (Red+Green+Blue) = 36+88+213=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #2458D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458D5 is #DBA72A. Grayscale: #565656. Windows color (decimal): -14395179 or 13981732. OLE color: 13981732.
HSL color Cylindrical-coordinate representation of color #2458D5: hue angle of 222.37º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2458D5 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 88 | 213 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.16 |
| HSL | 222.37º | 0.71% | 0.49% | - |
| HSV(B) | 222.37º | 0.83% | 0.84% | - |
| XYZ | 16.23 | 12.16 | 64.44 | - |
| YUV | 86.7 | 199.27 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 213 | 0.83 | 0.59 | 0 | 0.16 | 222.37 | 0.71 | 0.49 |
| Hex | 24 | 58 | D5 | 53 | 3B | 0 | 10 | DE | 47 | 31 |
| Octal | 44 | 130 | 325 | 123 | 73 | 0 | 20 | 336 | 107 | 61 |
| Binary | 100100 | 1011000 | 11010101 | 1010011 | 111011 | 0 | 10000 | 11011110 | 1000111 | 110001 |
Color Harmonies of #2458D5
Complementary color
Monochromatic Colors of #2458D5
Black with #2458D5
Text Example
Text Example
White with #2458D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458D5; }
p { color: rgb(36,88,213); }
H1.HeaderClassName
{
color: #2458D5;
}
.AnyTagClassName
{
color: #2458D5;
}
</style>
background-color css
<style>
a { background-color: #2458D5; }
a { background-color: rgb(36,88,213); }
div.DivClassName
{
background-color: #2458D5;
}
.BgClassName
{
background-color: #2458D5;
}
</style>
border-color css
<style>
span { border-color: #2458D5; }
span { border-color: rgb(36,88,213); }
td.TdClassName
{
border-color: #2458D5;
}
.TagClassName
{
border-color: #2458D5;
}
</style>