Shades of Royal Blue #5280DF
Tints of Royal Blue #5280DF
RGB
CMYK
RGB Variations
Color information
#5280DF (or 0x5280DF) is known color: Royal Blue. HEX triplet: 52, 80 and DF. RGB value is (82,128,223). Sum of RGB (Red+Green+Blue) = 82+128+223=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #5280DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280DF is #AD7F20. Grayscale: #7C7C7C. Windows color (decimal): -11370273 or 14647378. OLE color: 14647378.
HSL color Cylindrical-coordinate representation of color #5280DF: hue angle of 220.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5280DF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 128 | 223 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.13 |
| HSL | 220.43º | 0.69% | 0.6% | - |
| HSV(B) | 220.43º | 0.63% | 0.87% | - |
| XYZ | 24.52 | 22.56 | 72.87 | - |
| YUV | 125.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 223 | 0.63 | 0.43 | 0 | 0.13 | 220.43 | 0.69 | 0.6 |
| Hex | 52 | 80 | DF | 3F | 2B | 0 | D | DC | 45 | 3C |
| Octal | 122 | 200 | 337 | 77 | 53 | 0 | 15 | 334 | 105 | 74 |
| Binary | 1010010 | 10000000 | 11011111 | 111111 | 101011 | 0 | 1101 | 11011100 | 1000101 | 111100 |
Color Harmonies of #5280DF
Complementary color
Monochromatic Colors of #5280DF
Black with #5280DF
Text Example
Text Example
White with #5280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280DF; }
p { color: rgb(82,128,223); }
H1.HeaderClassName
{
color: #5280DF;
}
.AnyTagClassName
{
color: #5280DF;
}
</style>
background-color css
<style>
a { background-color: #5280DF; }
a { background-color: rgb(82,128,223); }
div.DivClassName
{
background-color: #5280DF;
}
.BgClassName
{
background-color: #5280DF;
}
</style>
border-color css
<style>
span { border-color: #5280DF; }
span { border-color: rgb(82,128,223); }
td.TdClassName
{
border-color: #5280DF;
}
.TagClassName
{
border-color: #5280DF;
}
</style>