Shades of Royal Blue #525DDB
Tints of Royal Blue #525DDB
RGB
CMYK
RGB Variations
Color information
#525DDB (or 0x525DDB) is known color: Royal Blue. HEX triplet: 52, 5D and DB. RGB value is (82,93,219). Sum of RGB (Red+Green+Blue) = 82+93+219=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #525DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DDB is #ADA224. Grayscale: #676767. Windows color (decimal): -11379237 or 14376274. OLE color: 14376274.
HSL color Cylindrical-coordinate representation of color #525DDB: hue angle of 235.18º 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 #525DDB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 93 | 219 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.14 |
| HSL | 235.18º | 0.66% | 0.59% | - |
| HSV(B) | 235.18º | 0.63% | 0.86% | - |
| XYZ | 20.18 | 14.74 | 68.8 | - |
| YUV | 104.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 219 | 0.63 | 0.58 | 0 | 0.14 | 235.18 | 0.66 | 0.59 |
| Hex | 52 | 5D | DB | 3F | 3A | 0 | E | EB | 42 | 3B |
| Octal | 122 | 135 | 333 | 77 | 72 | 0 | 16 | 353 | 102 | 73 |
| Binary | 1010010 | 1011101 | 11011011 | 111111 | 111010 | 0 | 1110 | 11101011 | 1000010 | 111011 |
Color Harmonies of #525DDB
Complementary color
Monochromatic Colors of #525DDB
Black with #525DDB
Text Example
Text Example
White with #525DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DDB; }
p { color: rgb(82,93,219); }
H1.HeaderClassName
{
color: #525DDB;
}
.AnyTagClassName
{
color: #525DDB;
}
</style>
background-color css
<style>
a { background-color: #525DDB; }
a { background-color: rgb(82,93,219); }
div.DivClassName
{
background-color: #525DDB;
}
.BgClassName
{
background-color: #525DDB;
}
</style>
border-color css
<style>
span { border-color: #525DDB; }
span { border-color: rgb(82,93,219); }
td.TdClassName
{
border-color: #525DDB;
}
.TagClassName
{
border-color: #525DDB;
}
</style>