Shades of Cerulean Blue #2458AC
Tints of Cerulean Blue #2458AC
RGB
CMYK
RGB Variations
Color information
#2458AC (or 0x2458AC) is known color: Cerulean Blue. HEX triplet: 24, 58 and AC. RGB value is (36,88,172). Sum of RGB (Red+Green+Blue) = 36+88+172=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2458AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2458AC is #DBA753. Grayscale: #515151. Windows color (decimal): -14395220 or 11294756. OLE color: 11294756.
HSL color Cylindrical-coordinate representation of color #2458AC: hue angle of 217.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2458AC is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 88 | 172 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.33 |
| HSL | 217.06º | 0.65% | 0.41% | - |
| HSV(B) | 217.06º | 0.79% | 0.67% | - |
| XYZ | 11.66 | 10.33 | 40.41 | - |
| YUV | 82.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 172 | 0.79 | 0.49 | 0 | 0.33 | 217.06 | 0.65 | 0.41 |
| Hex | 24 | 58 | AC | 4F | 31 | 0 | 21 | D9 | 41 | 29 |
| Octal | 44 | 130 | 254 | 117 | 61 | 0 | 41 | 331 | 101 | 51 |
| Binary | 100100 | 1011000 | 10101100 | 1001111 | 110001 | 0 | 100001 | 11011001 | 1000001 | 101001 |
Color Harmonies of #2458AC
Complementary color
Monochromatic Colors of #2458AC
Black with #2458AC
Text Example
Text Example
White with #2458AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458AC; }
p { color: rgb(36,88,172); }
H1.HeaderClassName
{
color: #2458AC;
}
.AnyTagClassName
{
color: #2458AC;
}
</style>
background-color css
<style>
a { background-color: #2458AC; }
a { background-color: rgb(36,88,172); }
div.DivClassName
{
background-color: #2458AC;
}
.BgClassName
{
background-color: #2458AC;
}
</style>
border-color css
<style>
span { border-color: #2458AC; }
span { border-color: rgb(36,88,172); }
td.TdClassName
{
border-color: #2458AC;
}
.TagClassName
{
border-color: #2458AC;
}
</style>