Shades of Royal Blue #5774FF
Tints of Royal Blue #5774FF
RGB
CMYK
RGB Variations
Color information
#5774FF (or 0x5774FF) is known color: Royal Blue. HEX triplet: 57, 74 and FF. RGB value is (87,116,255). Sum of RGB (Red+Green+Blue) = 87+116+255=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5774FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5774FF is #A88B00. Grayscale: #7A7A7A. Windows color (decimal): -11045633 or 16741463. OLE color: 16741463.
HSL color Cylindrical-coordinate representation of color #5774FF: hue angle of 229.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5774FF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 116 | 255 | - |
| CMYK | 0.66 | 0.55 | 0 | 0 |
| HSL | 229.64º | 1% | 0.67% | - |
| HSV(B) | 229.64º | 0.66% | 1% | - |
| XYZ | 28.23 | 21.74 | 97.32 | - |
| YUV | 123.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 255 | 0.66 | 0.55 | 0 | 0 | 229.64 | 1 | 0.67 |
| Hex | 57 | 74 | FF | 42 | 37 | 0 | 0 | E6 | 64 | 43 |
| Octal | 127 | 164 | 377 | 102 | 67 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010111 | 1110100 | 11111111 | 1000010 | 110111 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5774FF
Complementary color
Monochromatic Colors of #5774FF
Black with #5774FF
Text Example
Text Example
White with #5774FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5774FF; }
p { color: rgb(87,116,255); }
H1.HeaderClassName
{
color: #5774FF;
}
.AnyTagClassName
{
color: #5774FF;
}
</style>
background-color css
<style>
a { background-color: #5774FF; }
a { background-color: rgb(87,116,255); }
div.DivClassName
{
background-color: #5774FF;
}
.BgClassName
{
background-color: #5774FF;
}
</style>
border-color css
<style>
span { border-color: #5774FF; }
span { border-color: rgb(87,116,255); }
td.TdClassName
{
border-color: #5774FF;
}
.TagClassName
{
border-color: #5774FF;
}
</style>