Shades of Royal Blue #5774DB
Tints of Royal Blue #5774DB
RGB
CMYK
RGB Variations
Color information
#5774DB (or 0x5774DB) is known color: Royal Blue. HEX triplet: 57, 74 and DB. RGB value is (87,116,219). Sum of RGB (Red+Green+Blue) = 87+116+219=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #5774DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774DB is #A88B24. Grayscale: #767676. Windows color (decimal): -11045669 or 14382167. OLE color: 14382167.
HSL color Cylindrical-coordinate representation of color #5774DB: hue angle of 226.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5774DB is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 116 | 219 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.14 |
| HSL | 226.82º | 0.65% | 0.6% | - |
| HSV(B) | 226.82º | 0.6% | 0.86% | - |
| XYZ | 22.96 | 19.63 | 69.6 | - |
| YUV | 119.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 219 | 0.60 | 0.47 | 0 | 0.14 | 226.82 | 0.65 | 0.6 |
| Hex | 57 | 74 | DB | 3C | 2F | 0 | E | E3 | 41 | 3C |
| Octal | 127 | 164 | 333 | 74 | 57 | 0 | 16 | 343 | 101 | 74 |
| Binary | 1010111 | 1110100 | 11011011 | 111100 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111100 |
Color Harmonies of #5774DB
Complementary color
Monochromatic Colors of #5774DB
Black with #5774DB
Text Example
Text Example
White with #5774DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5774DB; }
p { color: rgb(87,116,219); }
H1.HeaderClassName
{
color: #5774DB;
}
.AnyTagClassName
{
color: #5774DB;
}
</style>
background-color css
<style>
a { background-color: #5774DB; }
a { background-color: rgb(87,116,219); }
div.DivClassName
{
background-color: #5774DB;
}
.BgClassName
{
background-color: #5774DB;
}
</style>
border-color css
<style>
span { border-color: #5774DB; }
span { border-color: rgb(87,116,219); }
td.TdClassName
{
border-color: #5774DB;
}
.TagClassName
{
border-color: #5774DB;
}
</style>