Shades of Royal Blue #5279DC
Tints of Royal Blue #5279DC
RGB
CMYK
RGB Variations
Color information
#5279DC (or 0x5279DC) is known color: Royal Blue. HEX triplet: 52, 79 and DC. RGB value is (82,121,220). Sum of RGB (Red+Green+Blue) = 82+121+220=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5279DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279DC is #AD8623. Grayscale: #787878. Windows color (decimal): -11372068 or 14448978. OLE color: 14448978.
HSL color Cylindrical-coordinate representation of color #5279DC: hue angle of 223.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5279DC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 121 | 220 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.14 |
| HSL | 223.04º | 0.66% | 0.59% | - |
| HSV(B) | 223.04º | 0.63% | 0.86% | - |
| XYZ | 23.24 | 20.64 | 70.47 | - |
| YUV | 120.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 220 | 0.63 | 0.45 | 0 | 0.14 | 223.04 | 0.66 | 0.59 |
| Hex | 52 | 79 | DC | 3F | 2D | 0 | E | DF | 42 | 3B |
| Octal | 122 | 171 | 334 | 77 | 55 | 0 | 16 | 337 | 102 | 73 |
| Binary | 1010010 | 1111001 | 11011100 | 111111 | 101101 | 0 | 1110 | 11011111 | 1000010 | 111011 |
Color Harmonies of #5279DC
Complementary color
Monochromatic Colors of #5279DC
Black with #5279DC
Text Example
Text Example
White with #5279DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279DC; }
p { color: rgb(82,121,220); }
H1.HeaderClassName
{
color: #5279DC;
}
.AnyTagClassName
{
color: #5279DC;
}
</style>
background-color css
<style>
a { background-color: #5279DC; }
a { background-color: rgb(82,121,220); }
div.DivClassName
{
background-color: #5279DC;
}
.BgClassName
{
background-color: #5279DC;
}
</style>
border-color css
<style>
span { border-color: #5279DC; }
span { border-color: rgb(82,121,220); }
td.TdClassName
{
border-color: #5279DC;
}
.TagClassName
{
border-color: #5279DC;
}
</style>