Shades of Royal Blue #2458E0
Tints of Royal Blue #2458E0
RGB
CMYK
RGB Variations
Color information
#2458E0 (or 0x2458E0) is known color: Royal Blue. HEX triplet: 24, 58 and E0. RGB value is (36,88,224). Sum of RGB (Red+Green+Blue) = 36+88+224=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #2458E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2458E0 is #DBA71F. Grayscale: #575757. Windows color (decimal): -14395168 or 14702628. OLE color: 14702628.
HSL color Cylindrical-coordinate representation of color #2458E0: hue angle of 223.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2458E0 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 88 | 224 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.12 |
| HSL | 223.4º | 0.75% | 0.51% | - |
| HSV(B) | 223.4º | 0.84% | 0.88% | - |
| XYZ | 17.67 | 12.74 | 72.05 | - |
| YUV | 87.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 224 | 0.84 | 0.61 | 0 | 0.12 | 223.4 | 0.75 | 0.51 |
| Hex | 24 | 58 | E0 | 54 | 3D | 0 | C | DF | 4B | 33 |
| Octal | 44 | 130 | 340 | 124 | 75 | 0 | 14 | 337 | 113 | 63 |
| Binary | 100100 | 1011000 | 11100000 | 1010100 | 111101 | 0 | 1100 | 11011111 | 1001011 | 110011 |
Color Harmonies of #2458E0
Complementary color
Monochromatic Colors of #2458E0
Black with #2458E0
Text Example
Text Example
White with #2458E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458E0; }
p { color: rgb(36,88,224); }
H1.HeaderClassName
{
color: #2458E0;
}
.AnyTagClassName
{
color: #2458E0;
}
</style>
background-color css
<style>
a { background-color: #2458E0; }
a { background-color: rgb(36,88,224); }
div.DivClassName
{
background-color: #2458E0;
}
.BgClassName
{
background-color: #2458E0;
}
</style>
border-color css
<style>
span { border-color: #2458E0; }
span { border-color: rgb(36,88,224); }
td.TdClassName
{
border-color: #2458E0;
}
.TagClassName
{
border-color: #2458E0;
}
</style>