Shades of Cerulean Blue #2458BA
Tints of Cerulean Blue #2458BA
RGB
CMYK
RGB Variations
Color information
#2458BA (or 0x2458BA) is known color: Cerulean Blue. HEX triplet: 24, 58 and BA. RGB value is (36,88,186). Sum of RGB (Red+Green+Blue) = 36+88+186=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2458BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458BA is #DBA745. Grayscale: #535353. Windows color (decimal): -14395206 or 12212260. OLE color: 12212260.
HSL color Cylindrical-coordinate representation of color #2458BA: hue angle of 219.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2458BA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 88 | 186 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.27 |
| HSL | 219.2º | 0.68% | 0.44% | - |
| HSV(B) | 219.2º | 0.81% | 0.73% | - |
| XYZ | 13.08 | 10.9 | 47.87 | - |
| YUV | 83.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 186 | 0.81 | 0.53 | 0 | 0.27 | 219.2 | 0.68 | 0.44 |
| Hex | 24 | 58 | BA | 51 | 35 | 0 | 1B | DB | 44 | 2C |
| Octal | 44 | 130 | 272 | 121 | 65 | 0 | 33 | 333 | 104 | 54 |
| Binary | 100100 | 1011000 | 10111010 | 1010001 | 110101 | 0 | 11011 | 11011011 | 1000100 | 101100 |
Color Harmonies of #2458BA
Complementary color
Monochromatic Colors of #2458BA
Black with #2458BA
Text Example
Text Example
White with #2458BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458BA; }
p { color: rgb(36,88,186); }
H1.HeaderClassName
{
color: #2458BA;
}
.AnyTagClassName
{
color: #2458BA;
}
</style>
background-color css
<style>
a { background-color: #2458BA; }
a { background-color: rgb(36,88,186); }
div.DivClassName
{
background-color: #2458BA;
}
.BgClassName
{
background-color: #2458BA;
}
</style>
border-color css
<style>
span { border-color: #2458BA; }
span { border-color: rgb(36,88,186); }
td.TdClassName
{
border-color: #2458BA;
}
.TagClassName
{
border-color: #2458BA;
}
</style>