Shades of Cerulean Blue #2458BD
Tints of Cerulean Blue #2458BD
RGB
CMYK
RGB Variations
Color information
#2458BD (or 0x2458BD) is known color: Cerulean Blue. HEX triplet: 24, 58 and BD. RGB value is (36,88,189). Sum of RGB (Red+Green+Blue) = 36+88+189=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #2458BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458BD is #DBA742. Grayscale: #535353. Windows color (decimal): -14395203 or 12408868. OLE color: 12408868.
HSL color Cylindrical-coordinate representation of color #2458BD: hue angle of 219.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2458BD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 88 | 189 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.26 |
| HSL | 219.61º | 0.68% | 0.44% | - |
| HSV(B) | 219.61º | 0.81% | 0.74% | - |
| XYZ | 13.4 | 11.03 | 49.57 | - |
| YUV | 83.97 | 187.27 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 189 | 0.81 | 0.53 | 0 | 0.26 | 219.61 | 0.68 | 0.44 |
| Hex | 24 | 58 | BD | 51 | 35 | 0 | 1A | DC | 44 | 2C |
| Octal | 44 | 130 | 275 | 121 | 65 | 0 | 32 | 334 | 104 | 54 |
| Binary | 100100 | 1011000 | 10111101 | 1010001 | 110101 | 0 | 11010 | 11011100 | 1000100 | 101100 |
Color Harmonies of #2458BD
Complementary color
Monochromatic Colors of #2458BD
Black with #2458BD
Text Example
Text Example
White with #2458BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458BD; }
p { color: rgb(36,88,189); }
H1.HeaderClassName
{
color: #2458BD;
}
.AnyTagClassName
{
color: #2458BD;
}
</style>
background-color css
<style>
a { background-color: #2458BD; }
a { background-color: rgb(36,88,189); }
div.DivClassName
{
background-color: #2458BD;
}
.BgClassName
{
background-color: #2458BD;
}
</style>
border-color css
<style>
span { border-color: #2458BD; }
span { border-color: rgb(36,88,189); }
td.TdClassName
{
border-color: #2458BD;
}
.TagClassName
{
border-color: #2458BD;
}
</style>