Shades of Royal Blue #525DD9
Tints of Royal Blue #525DD9
RGB
CMYK
RGB Variations
Color information
#525DD9 (or 0x525DD9) is known color: Royal Blue. HEX triplet: 52, 5D and D9. RGB value is (82,93,217). Sum of RGB (Red+Green+Blue) = 82+93+217=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #525DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DD9 is #ADA226. Grayscale: #676767. Windows color (decimal): -11379239 or 14245202. OLE color: 14245202.
HSL color Cylindrical-coordinate representation of color #525DD9: hue angle of 235.11º degrees, saturation: 0.64, 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 #525DD9 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 93 | 217 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.15 |
| HSL | 235.11º | 0.64% | 0.59% | - |
| HSV(B) | 235.11º | 0.62% | 0.85% | - |
| XYZ | 19.92 | 14.63 | 67.42 | - |
| YUV | 103.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 217 | 0.62 | 0.57 | 0 | 0.15 | 235.11 | 0.64 | 0.59 |
| Hex | 52 | 5D | D9 | 3E | 39 | 0 | F | EB | 40 | 3B |
| Octal | 122 | 135 | 331 | 76 | 71 | 0 | 17 | 353 | 100 | 73 |
| Binary | 1010010 | 1011101 | 11011001 | 111110 | 111001 | 0 | 1111 | 11101011 | 1000000 | 111011 |
Color Harmonies of #525DD9
Complementary color
Monochromatic Colors of #525DD9
Black with #525DD9
Text Example
Text Example
White with #525DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DD9; }
p { color: rgb(82,93,217); }
H1.HeaderClassName
{
color: #525DD9;
}
.AnyTagClassName
{
color: #525DD9;
}
</style>
background-color css
<style>
a { background-color: #525DD9; }
a { background-color: rgb(82,93,217); }
div.DivClassName
{
background-color: #525DD9;
}
.BgClassName
{
background-color: #525DD9;
}
</style>
border-color css
<style>
span { border-color: #525DD9; }
span { border-color: rgb(82,93,217); }
td.TdClassName
{
border-color: #525DD9;
}
.TagClassName
{
border-color: #525DD9;
}
</style>