Shades of Royal Blue #5277DC
Tints of Royal Blue #5277DC
RGB
CMYK
RGB Variations
Color information
#5277DC (or 0x5277DC) is known color: Royal Blue. HEX triplet: 52, 77 and DC. RGB value is (82,119,220). Sum of RGB (Red+Green+Blue) = 82+119+220=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #5277DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277DC is #AD8823. Grayscale: #777777. Windows color (decimal): -11372580 or 14448466. OLE color: 14448466.
HSL color Cylindrical-coordinate representation of color #5277DC: hue angle of 223.91º 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 #5277DC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 119 | 220 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.14 |
| HSL | 223.91º | 0.66% | 0.59% | - |
| HSV(B) | 223.91º | 0.63% | 0.86% | - |
| XYZ | 22.99 | 20.15 | 70.39 | - |
| YUV | 119.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 220 | 0.63 | 0.46 | 0 | 0.14 | 223.91 | 0.66 | 0.59 |
| Hex | 52 | 77 | DC | 3F | 2E | 0 | E | E0 | 42 | 3B |
| Octal | 122 | 167 | 334 | 77 | 56 | 0 | 16 | 340 | 102 | 73 |
| Binary | 1010010 | 1110111 | 11011100 | 111111 | 101110 | 0 | 1110 | 11100000 | 1000010 | 111011 |
Color Harmonies of #5277DC
Complementary color
Monochromatic Colors of #5277DC
Black with #5277DC
Text Example
Text Example
White with #5277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5277DC; }
p { color: rgb(82,119,220); }
H1.HeaderClassName
{
color: #5277DC;
}
.AnyTagClassName
{
color: #5277DC;
}
</style>
background-color css
<style>
a { background-color: #5277DC; }
a { background-color: rgb(82,119,220); }
div.DivClassName
{
background-color: #5277DC;
}
.BgClassName
{
background-color: #5277DC;
}
</style>
border-color css
<style>
span { border-color: #5277DC; }
span { border-color: rgb(82,119,220); }
td.TdClassName
{
border-color: #5277DC;
}
.TagClassName
{
border-color: #5277DC;
}
</style>