Shades of Royal Blue #525DDC
Tints of Royal Blue #525DDC
RGB
CMYK
RGB Variations
Color information
#525DDC (or 0x525DDC) is known color: Royal Blue. HEX triplet: 52, 5D and DC. RGB value is (82,93,220). Sum of RGB (Red+Green+Blue) = 82+93+220=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #525DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DDC is #ADA223. Grayscale: #676767. Windows color (decimal): -11379236 or 14441810. OLE color: 14441810.
HSL color Cylindrical-coordinate representation of color #525DDC: hue angle of 235.22º 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 #525DDC is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 93 | 220 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.14 |
| HSL | 235.22º | 0.66% | 0.59% | - |
| HSV(B) | 235.22º | 0.63% | 0.86% | - |
| XYZ | 20.31 | 14.79 | 69.49 | - |
| YUV | 104.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 220 | 0.63 | 0.58 | 0 | 0.14 | 235.22 | 0.66 | 0.59 |
| Hex | 52 | 5D | DC | 3F | 3A | 0 | E | EB | 42 | 3B |
| Octal | 122 | 135 | 334 | 77 | 72 | 0 | 16 | 353 | 102 | 73 |
| Binary | 1010010 | 1011101 | 11011100 | 111111 | 111010 | 0 | 1110 | 11101011 | 1000010 | 111011 |
Color Harmonies of #525DDC
Complementary color
Monochromatic Colors of #525DDC
Black with #525DDC
Text Example
Text Example
White with #525DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DDC; }
p { color: rgb(82,93,220); }
H1.HeaderClassName
{
color: #525DDC;
}
.AnyTagClassName
{
color: #525DDC;
}
</style>
background-color css
<style>
a { background-color: #525DDC; }
a { background-color: rgb(82,93,220); }
div.DivClassName
{
background-color: #525DDC;
}
.BgClassName
{
background-color: #525DDC;
}
</style>
border-color css
<style>
span { border-color: #525DDC; }
span { border-color: rgb(82,93,220); }
td.TdClassName
{
border-color: #525DDC;
}
.TagClassName
{
border-color: #525DDC;
}
</style>