Shades of Royal Blue #5779DF
Tints of Royal Blue #5779DF
RGB
CMYK
RGB Variations
Color information
#5779DF (or 0x5779DF) is known color: Royal Blue. HEX triplet: 57, 79 and DF. RGB value is (87,121,223). Sum of RGB (Red+Green+Blue) = 87+121+223=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #5779DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779DF is #A88620. Grayscale: #7A7A7A. Windows color (decimal): -11044385 or 14645591. OLE color: 14645591.
HSL color Cylindrical-coordinate representation of color #5779DF: hue angle of 225º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5779DF is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 121 | 223 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.13 |
| HSL | 225º | 0.68% | 0.61% | - |
| HSV(B) | 225º | 0.61% | 0.87% | - |
| XYZ | 24.09 | 21.03 | 72.6 | - |
| YUV | 122.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 223 | 0.61 | 0.46 | 0 | 0.13 | 225 | 0.68 | 0.61 |
| Hex | 57 | 79 | DF | 3D | 2E | 0 | D | E1 | 44 | 3D |
| Octal | 127 | 171 | 337 | 75 | 56 | 0 | 15 | 341 | 104 | 75 |
| Binary | 1010111 | 1111001 | 11011111 | 111101 | 101110 | 0 | 1101 | 11100001 | 1000100 | 111101 |
Color Harmonies of #5779DF
Complementary color
Monochromatic Colors of #5779DF
Black with #5779DF
Text Example
Text Example
White with #5779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779DF; }
p { color: rgb(87,121,223); }
H1.HeaderClassName
{
color: #5779DF;
}
.AnyTagClassName
{
color: #5779DF;
}
</style>
background-color css
<style>
a { background-color: #5779DF; }
a { background-color: rgb(87,121,223); }
div.DivClassName
{
background-color: #5779DF;
}
.BgClassName
{
background-color: #5779DF;
}
</style>
border-color css
<style>
span { border-color: #5779DF; }
span { border-color: rgb(87,121,223); }
td.TdClassName
{
border-color: #5779DF;
}
.TagClassName
{
border-color: #5779DF;
}
</style>