Shades of Royal Blue #2458DF
Tints of Royal Blue #2458DF
RGB
CMYK
RGB Variations
Color information
#2458DF (or 0x2458DF) is known color: Royal Blue. HEX triplet: 24, 58 and DF. RGB value is (36,88,223). Sum of RGB (Red+Green+Blue) = 36+88+223=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #2458DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458DF is #DBA720. Grayscale: #575757. Windows color (decimal): -14395169 or 14637092. OLE color: 14637092.
HSL color Cylindrical-coordinate representation of color #2458DF: hue angle of 223.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2458DF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 88 | 223 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.13 |
| HSL | 223.32º | 0.75% | 0.51% | - |
| HSV(B) | 223.32º | 0.84% | 0.87% | - |
| XYZ | 17.54 | 12.68 | 71.34 | - |
| YUV | 87.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 223 | 0.84 | 0.61 | 0 | 0.13 | 223.32 | 0.75 | 0.51 |
| Hex | 24 | 58 | DF | 54 | 3D | 0 | D | DF | 4B | 33 |
| Octal | 44 | 130 | 337 | 124 | 75 | 0 | 15 | 337 | 113 | 63 |
| Binary | 100100 | 1011000 | 11011111 | 1010100 | 111101 | 0 | 1101 | 11011111 | 1001011 | 110011 |
Color Harmonies of #2458DF
Complementary color
Monochromatic Colors of #2458DF
Black with #2458DF
Text Example
Text Example
White with #2458DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458DF; }
p { color: rgb(36,88,223); }
H1.HeaderClassName
{
color: #2458DF;
}
.AnyTagClassName
{
color: #2458DF;
}
</style>
background-color css
<style>
a { background-color: #2458DF; }
a { background-color: rgb(36,88,223); }
div.DivClassName
{
background-color: #2458DF;
}
.BgClassName
{
background-color: #2458DF;
}
</style>
border-color css
<style>
span { border-color: #2458DF; }
span { border-color: rgb(36,88,223); }
td.TdClassName
{
border-color: #2458DF;
}
.TagClassName
{
border-color: #2458DF;
}
</style>