Shades of Royal Blue #2458F6
Tints of Royal Blue #2458F6
RGB
CMYK
RGB Variations
Color information
#2458F6 (or 0x2458F6) is known color: Royal Blue. HEX triplet: 24, 58 and F6. RGB value is (36,88,246). Sum of RGB (Red+Green+Blue) = 36+88+246=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #2458F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458F6 is #DBA709. Grayscale: #595959. Windows color (decimal): -14395146 or 16144420. OLE color: 16144420.
HSL color Cylindrical-coordinate representation of color #2458F6: hue angle of 225.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2458F6 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 88 | 246 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.04 |
| HSL | 225.14º | 0.92% | 0.55% | - |
| HSV(B) | 225.14º | 0.85% | 0.96% | - |
| XYZ | 20.85 | 14.01 | 88.79 | - |
| YUV | 90.46 | 215.77 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 246 | 0.85 | 0.64 | 0 | 0.04 | 225.14 | 0.92 | 0.55 |
| Hex | 24 | 58 | F6 | 55 | 40 | 0 | 4 | E1 | 5C | 37 |
| Octal | 44 | 130 | 366 | 125 | 100 | 0 | 4 | 341 | 134 | 67 |
| Binary | 100100 | 1011000 | 11110110 | 1010101 | 1000000 | 0 | 100 | 11100001 | 1011100 | 110111 |
Color Harmonies of #2458F6
Complementary color
Monochromatic Colors of #2458F6
Black with #2458F6
Text Example
Text Example
White with #2458F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458F6; }
p { color: rgb(36,88,246); }
H1.HeaderClassName
{
color: #2458F6;
}
.AnyTagClassName
{
color: #2458F6;
}
</style>
background-color css
<style>
a { background-color: #2458F6; }
a { background-color: rgb(36,88,246); }
div.DivClassName
{
background-color: #2458F6;
}
.BgClassName
{
background-color: #2458F6;
}
</style>
border-color css
<style>
span { border-color: #2458F6; }
span { border-color: rgb(36,88,246); }
td.TdClassName
{
border-color: #2458F6;
}
.TagClassName
{
border-color: #2458F6;
}
</style>