Shades of Royal Blue #525DDA
Tints of Royal Blue #525DDA
RGB
CMYK
RGB Variations
Color information
#525DDA (or 0x525DDA) is known color: Royal Blue. HEX triplet: 52, 5D and DA. RGB value is (82,93,218). Sum of RGB (Red+Green+Blue) = 82+93+218=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #525DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DDA is #ADA225. Grayscale: #676767. Windows color (decimal): -11379238 or 14310738. OLE color: 14310738.
HSL color Cylindrical-coordinate representation of color #525DDA: hue angle of 235.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525DDA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 93 | 218 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.15 |
| HSL | 235.15º | 0.65% | 0.59% | - |
| HSV(B) | 235.15º | 0.62% | 0.85% | - |
| XYZ | 20.05 | 14.68 | 68.11 | - |
| YUV | 103.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 218 | 0.62 | 0.57 | 0 | 0.15 | 235.15 | 0.65 | 0.59 |
| Hex | 52 | 5D | DA | 3E | 39 | 0 | F | EB | 41 | 3B |
| Octal | 122 | 135 | 332 | 76 | 71 | 0 | 17 | 353 | 101 | 73 |
| Binary | 1010010 | 1011101 | 11011010 | 111110 | 111001 | 0 | 1111 | 11101011 | 1000001 | 111011 |
Color Harmonies of #525DDA
Complementary color
Monochromatic Colors of #525DDA
Black with #525DDA
Text Example
Text Example
White with #525DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DDA; }
p { color: rgb(82,93,218); }
H1.HeaderClassName
{
color: #525DDA;
}
.AnyTagClassName
{
color: #525DDA;
}
</style>
background-color css
<style>
a { background-color: #525DDA; }
a { background-color: rgb(82,93,218); }
div.DivClassName
{
background-color: #525DDA;
}
.BgClassName
{
background-color: #525DDA;
}
</style>
border-color css
<style>
span { border-color: #525DDA; }
span { border-color: rgb(82,93,218); }
td.TdClassName
{
border-color: #525DDA;
}
.TagClassName
{
border-color: #525DDA;
}
</style>