Shades of Royal Blue #2458FC
Tints of Royal Blue #2458FC
RGB
CMYK
RGB Variations
Color information
#2458FC (or 0x2458FC) is known color: Royal Blue. HEX triplet: 24, 58 and FC. RGB value is (36,88,252). Sum of RGB (Red+Green+Blue) = 36+88+252=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #2458FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458FC is #DBA703. Grayscale: #5A5A5A. Windows color (decimal): -14395140 or 16537636. OLE color: 16537636.
HSL color Cylindrical-coordinate representation of color #2458FC: hue angle of 225.56º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2458FC is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 88 | 252 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.01 |
| HSL | 225.56º | 0.97% | 0.56% | - |
| HSV(B) | 225.56º | 0.86% | 0.99% | - |
| XYZ | 21.79 | 14.38 | 93.72 | - |
| YUV | 91.15 | 218.77 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 252 | 0.86 | 0.65 | 0 | 0.01 | 225.56 | 0.97 | 0.56 |
| Hex | 24 | 58 | FC | 56 | 41 | 0 | 1 | E2 | 61 | 38 |
| Octal | 44 | 130 | 374 | 126 | 101 | 0 | 1 | 342 | 141 | 70 |
| Binary | 100100 | 1011000 | 11111100 | 1010110 | 1000001 | 0 | 1 | 11100010 | 1100001 | 111000 |
Color Harmonies of #2458FC
Complementary color
Monochromatic Colors of #2458FC
Black with #2458FC
Text Example
Text Example
White with #2458FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458FC; }
p { color: rgb(36,88,252); }
H1.HeaderClassName
{
color: #2458FC;
}
.AnyTagClassName
{
color: #2458FC;
}
</style>
background-color css
<style>
a { background-color: #2458FC; }
a { background-color: rgb(36,88,252); }
div.DivClassName
{
background-color: #2458FC;
}
.BgClassName
{
background-color: #2458FC;
}
</style>
border-color css
<style>
span { border-color: #2458FC; }
span { border-color: rgb(36,88,252); }
td.TdClassName
{
border-color: #2458FC;
}
.TagClassName
{
border-color: #2458FC;
}
</style>