Shades of Royal Blue #5279D8
Tints of Royal Blue #5279D8
RGB
CMYK
RGB Variations
Color information
#5279D8 (or 0x5279D8) is known color: Royal Blue. HEX triplet: 52, 79 and D8. RGB value is (82,121,216). Sum of RGB (Red+Green+Blue) = 82+121+216=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #5279D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279D8 is #AD8627. Grayscale: #777777. Windows color (decimal): -11372072 or 14186834. OLE color: 14186834.
HSL color Cylindrical-coordinate representation of color #5279D8: hue angle of 222.54º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5279D8 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 121 | 216 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.54º | 0.63% | 0.58% | - |
| HSV(B) | 222.54º | 0.62% | 0.85% | - |
| XYZ | 22.71 | 20.43 | 67.71 | - |
| YUV | 120.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 216 | 0.62 | 0.44 | 0 | 0.15 | 222.54 | 0.63 | 0.58 |
| Hex | 52 | 79 | D8 | 3E | 2C | 0 | F | DF | 3F | 3A |
| Octal | 122 | 171 | 330 | 76 | 54 | 0 | 17 | 337 | 77 | 72 |
| Binary | 1010010 | 1111001 | 11011000 | 111110 | 101100 | 0 | 1111 | 11011111 | 111111 | 111010 |
Color Harmonies of #5279D8
Complementary color
Monochromatic Colors of #5279D8
Black with #5279D8
Text Example
Text Example
White with #5279D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279D8; }
p { color: rgb(82,121,216); }
H1.HeaderClassName
{
color: #5279D8;
}
.AnyTagClassName
{
color: #5279D8;
}
</style>
background-color css
<style>
a { background-color: #5279D8; }
a { background-color: rgb(82,121,216); }
div.DivClassName
{
background-color: #5279D8;
}
.BgClassName
{
background-color: #5279D8;
}
</style>
border-color css
<style>
span { border-color: #5279D8; }
span { border-color: rgb(82,121,216); }
td.TdClassName
{
border-color: #5279D8;
}
.TagClassName
{
border-color: #5279D8;
}
</style>