Shades of Royal Blue #5574FE
Tints of Royal Blue #5574FE
RGB
CMYK
RGB Variations
Color information
#5574FE (or 0x5574FE) is known color: Royal Blue. HEX triplet: 55, 74 and FE. RGB value is (85,116,254). Sum of RGB (Red+Green+Blue) = 85+116+254=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5574FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574FE is #AA8B01. Grayscale: #797979. Windows color (decimal): -11176706 or 16675925. OLE color: 16675925.
HSL color Cylindrical-coordinate representation of color #5574FE: hue angle of 228.99º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5574FE is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 116 | 254 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.00 |
| HSL | 228.99º | 0.99% | 0.66% | - |
| HSV(B) | 228.99º | 0.67% | 1% | - |
| XYZ | 27.88 | 21.58 | 96.46 | - |
| YUV | 122.46 | 202.23 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 254 | 0.67 | 0.54 | 0 | 0.00 | 228.99 | 0.99 | 0.66 |
| Hex | 55 | 74 | FE | 43 | 36 | 0 | 0 | E5 | 63 | 42 |
| Octal | 125 | 164 | 376 | 103 | 66 | 0 | 0 | 345 | 143 | 102 |
| Binary | 1010101 | 1110100 | 11111110 | 1000011 | 110110 | 0 | 0 | 11100101 | 1100011 | 1000010 |
Color Harmonies of #5574FE
Complementary color
Monochromatic Colors of #5574FE
Black with #5574FE
Text Example
Text Example
White with #5574FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574FE; }
p { color: rgb(85,116,254); }
H1.HeaderClassName
{
color: #5574FE;
}
.AnyTagClassName
{
color: #5574FE;
}
</style>
background-color css
<style>
a { background-color: #5574FE; }
a { background-color: rgb(85,116,254); }
div.DivClassName
{
background-color: #5574FE;
}
.BgClassName
{
background-color: #5574FE;
}
</style>
border-color css
<style>
span { border-color: #5574FE; }
span { border-color: rgb(85,116,254); }
td.TdClassName
{
border-color: #5574FE;
}
.TagClassName
{
border-color: #5574FE;
}
</style>