Shades of Royal Blue #2458FB
Tints of Royal Blue #2458FB
RGB
CMYK
RGB Variations
Color information
#2458FB (or 0x2458FB) is known color: Royal Blue. HEX triplet: 24, 58 and FB. RGB value is (36,88,251). Sum of RGB (Red+Green+Blue) = 36+88+251=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #2458FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458FB is #DBA704. Grayscale: #5A5A5A. Windows color (decimal): -14395141 or 16472100. OLE color: 16472100.
HSL color Cylindrical-coordinate representation of color #2458FB: hue angle of 225.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2458FB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 88 | 251 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.02 |
| HSL | 225.49º | 0.96% | 0.56% | - |
| HSV(B) | 225.49º | 0.86% | 0.98% | - |
| XYZ | 21.63 | 14.32 | 92.89 | - |
| YUV | 91.03 | 218.27 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 251 | 0.86 | 0.65 | 0 | 0.02 | 225.49 | 0.96 | 0.56 |
| Hex | 24 | 58 | FB | 56 | 41 | 0 | 2 | E1 | 60 | 38 |
| Octal | 44 | 130 | 373 | 126 | 101 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100100 | 1011000 | 11111011 | 1010110 | 1000001 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #2458FB
Complementary color
Monochromatic Colors of #2458FB
Black with #2458FB
Text Example
Text Example
White with #2458FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2458FB; }
p { color: rgb(36,88,251); }
H1.HeaderClassName
{
color: #2458FB;
}
.AnyTagClassName
{
color: #2458FB;
}
</style>
background-color css
<style>
a { background-color: #2458FB; }
a { background-color: rgb(36,88,251); }
div.DivClassName
{
background-color: #2458FB;
}
.BgClassName
{
background-color: #2458FB;
}
</style>
border-color css
<style>
span { border-color: #2458FB; }
span { border-color: rgb(36,88,251); }
td.TdClassName
{
border-color: #2458FB;
}
.TagClassName
{
border-color: #2458FB;
}
</style>