Shades of Royal Blue #5280DE
Tints of Royal Blue #5280DE
RGB
CMYK
RGB Variations
Color information
#5280DE (or 0x5280DE) is known color: Royal Blue. HEX triplet: 52, 80 and DE. RGB value is (82,128,222). Sum of RGB (Red+Green+Blue) = 82+128+222=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #5280DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280DE is #AD7F21. Grayscale: #7C7C7C. Windows color (decimal): -11370274 or 14581842. OLE color: 14581842.
HSL color Cylindrical-coordinate representation of color #5280DE: hue angle of 220.29º degrees, saturation: 0.68, 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 #5280DE is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 128 | 222 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.13 |
| HSL | 220.29º | 0.68% | 0.6% | - |
| HSV(B) | 220.29º | 0.63% | 0.87% | - |
| XYZ | 24.38 | 22.51 | 72.17 | - |
| YUV | 124.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 222 | 0.63 | 0.42 | 0 | 0.13 | 220.29 | 0.68 | 0.6 |
| Hex | 52 | 80 | DE | 3F | 2A | 0 | D | DC | 44 | 3C |
| Octal | 122 | 200 | 336 | 77 | 52 | 0 | 15 | 334 | 104 | 74 |
| Binary | 1010010 | 10000000 | 11011110 | 111111 | 101010 | 0 | 1101 | 11011100 | 1000100 | 111100 |
Color Harmonies of #5280DE
Complementary color
Monochromatic Colors of #5280DE
Black with #5280DE
Text Example
Text Example
White with #5280DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280DE; }
p { color: rgb(82,128,222); }
H1.HeaderClassName
{
color: #5280DE;
}
.AnyTagClassName
{
color: #5280DE;
}
</style>
background-color css
<style>
a { background-color: #5280DE; }
a { background-color: rgb(82,128,222); }
div.DivClassName
{
background-color: #5280DE;
}
.BgClassName
{
background-color: #5280DE;
}
</style>
border-color css
<style>
span { border-color: #5280DE; }
span { border-color: rgb(82,128,222); }
td.TdClassName
{
border-color: #5280DE;
}
.TagClassName
{
border-color: #5280DE;
}
</style>