Shades of Royal Blue #5874FE
Tints of Royal Blue #5874FE
RGB
CMYK
RGB Variations
Color information
#5874FE (or 0x5874FE) is known color: Royal Blue. HEX triplet: 58, 74 and FE. RGB value is (88,116,254). Sum of RGB (Red+Green+Blue) = 88+116+254=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #5874FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5874FE is #A78B01. Grayscale: #7A7A7A. Windows color (decimal): -10980098 or 16675928. OLE color: 16675928.
HSL color Cylindrical-coordinate representation of color #5874FE: hue angle of 229.88º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5874FE is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 116 | 254 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.00 |
| HSL | 229.88º | 0.99% | 0.67% | - |
| HSV(B) | 229.88º | 0.65% | 1% | - |
| XYZ | 28.16 | 21.72 | 96.47 | - |
| YUV | 123.36 | 201.72 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 254 | 0.65 | 0.54 | 0 | 0.00 | 229.88 | 0.99 | 0.67 |
| Hex | 58 | 74 | FE | 41 | 36 | 0 | 0 | E6 | 63 | 43 |
| Octal | 130 | 164 | 376 | 101 | 66 | 0 | 0 | 346 | 143 | 103 |
| Binary | 1011000 | 1110100 | 11111110 | 1000001 | 110110 | 0 | 0 | 11100110 | 1100011 | 1000011 |
Color Harmonies of #5874FE
Complementary color
Monochromatic Colors of #5874FE
Black with #5874FE
Text Example
Text Example
White with #5874FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5874FE; }
p { color: rgb(88,116,254); }
H1.HeaderClassName
{
color: #5874FE;
}
.AnyTagClassName
{
color: #5874FE;
}
</style>
background-color css
<style>
a { background-color: #5874FE; }
a { background-color: rgb(88,116,254); }
div.DivClassName
{
background-color: #5874FE;
}
.BgClassName
{
background-color: #5874FE;
}
</style>
border-color css
<style>
span { border-color: #5874FE; }
span { border-color: rgb(88,116,254); }
td.TdClassName
{
border-color: #5874FE;
}
.TagClassName
{
border-color: #5874FE;
}
</style>