Shades of Royal Blue #525ADB
Tints of Royal Blue #525ADB
RGB
CMYK
RGB Variations
Color information
#525ADB (or 0x525ADB) is known color: Royal Blue. HEX triplet: 52, 5A and DB. RGB value is (82,90,219). Sum of RGB (Red+Green+Blue) = 82+90+219=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #525ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ADB is #ADA524. Grayscale: #656565. Windows color (decimal): -11380005 or 14375506. OLE color: 14375506.
HSL color Cylindrical-coordinate representation of color #525ADB: hue angle of 236.5º 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 #525ADB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 90 | 219 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.5º | 0.66% | 0.59% | - |
| HSV(B) | 236.5º | 0.63% | 0.86% | - |
| XYZ | 19.92 | 14.22 | 68.71 | - |
| YUV | 102.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 219 | 0.63 | 0.59 | 0 | 0.14 | 236.5 | 0.66 | 0.59 |
| Hex | 52 | 5A | DB | 3F | 3B | 0 | E | EC | 42 | 3B |
| Octal | 122 | 132 | 333 | 77 | 73 | 0 | 16 | 354 | 102 | 73 |
| Binary | 1010010 | 1011010 | 11011011 | 111111 | 111011 | 0 | 1110 | 11101100 | 1000010 | 111011 |
Color Harmonies of #525ADB
Complementary color
Monochromatic Colors of #525ADB
Black with #525ADB
Text Example
Text Example
White with #525ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ADB; }
p { color: rgb(82,90,219); }
H1.HeaderClassName
{
color: #525ADB;
}
.AnyTagClassName
{
color: #525ADB;
}
</style>
background-color css
<style>
a { background-color: #525ADB; }
a { background-color: rgb(82,90,219); }
div.DivClassName
{
background-color: #525ADB;
}
.BgClassName
{
background-color: #525ADB;
}
</style>
border-color css
<style>
span { border-color: #525ADB; }
span { border-color: rgb(82,90,219); }
td.TdClassName
{
border-color: #525ADB;
}
.TagClassName
{
border-color: #525ADB;
}
</style>