Shades of Cerulean Blue #2458B6
Tints of Cerulean Blue #2458B6
RGB
CMYK
RGB Variations
Color information
#2458B6 (or 0x2458B6) is known color: Cerulean Blue. HEX triplet: 24, 58 and B6. RGB value is (36,88,182). Sum of RGB (Red+Green+Blue) = 36+88+182=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #2458B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458B6 is #DBA749. Grayscale: #525252. Windows color (decimal): -14395210 or 11950116. OLE color: 11950116.
HSL color Cylindrical-coordinate representation of color #2458B6: hue angle of 218.63º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2458B6 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 88 | 182 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.29 |
| HSL | 218.63º | 0.67% | 0.43% | - |
| HSV(B) | 218.63º | 0.8% | 0.71% | - |
| XYZ | 12.66 | 10.73 | 45.66 | - |
| YUV | 83.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 182 | 0.80 | 0.52 | 0 | 0.29 | 218.63 | 0.67 | 0.43 |
| Hex | 24 | 58 | B6 | 50 | 34 | 0 | 1D | DB | 43 | 2B |
| Octal | 44 | 130 | 266 | 120 | 64 | 0 | 35 | 333 | 103 | 53 |
| Binary | 100100 | 1011000 | 10110110 | 1010000 | 110100 | 0 | 11101 | 11011011 | 1000011 | 101011 |
Color Harmonies of #2458B6
Complementary color
Monochromatic Colors of #2458B6
Black with #2458B6
Text Example
Text Example
White with #2458B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458B6; }
p { color: rgb(36,88,182); }
H1.HeaderClassName
{
color: #2458B6;
}
.AnyTagClassName
{
color: #2458B6;
}
</style>
background-color css
<style>
a { background-color: #2458B6; }
a { background-color: rgb(36,88,182); }
div.DivClassName
{
background-color: #2458B6;
}
.BgClassName
{
background-color: #2458B6;
}
</style>
border-color css
<style>
span { border-color: #2458B6; }
span { border-color: rgb(36,88,182); }
td.TdClassName
{
border-color: #2458B6;
}
.TagClassName
{
border-color: #2458B6;
}
</style>