Shades of Royal Blue #525ADC
Tints of Royal Blue #525ADC
RGB
CMYK
RGB Variations
Color information
#525ADC (or 0x525ADC) is known color: Royal Blue. HEX triplet: 52, 5A and DC. RGB value is (82,90,220). Sum of RGB (Red+Green+Blue) = 82+90+220=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #525ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ADC is #ADA523. Grayscale: #656565. Windows color (decimal): -11380004 or 14441042. OLE color: 14441042.
HSL color Cylindrical-coordinate representation of color #525ADC: hue angle of 236.52º 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 #525ADC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 90 | 220 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.52º | 0.66% | 0.59% | - |
| HSV(B) | 236.52º | 0.63% | 0.86% | - |
| XYZ | 20.05 | 14.27 | 69.41 | - |
| YUV | 102.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 220 | 0.63 | 0.59 | 0 | 0.14 | 236.52 | 0.66 | 0.59 |
| Hex | 52 | 5A | DC | 3F | 3B | 0 | E | ED | 42 | 3B |
| Octal | 122 | 132 | 334 | 77 | 73 | 0 | 16 | 355 | 102 | 73 |
| Binary | 1010010 | 1011010 | 11011100 | 111111 | 111011 | 0 | 1110 | 11101101 | 1000010 | 111011 |
Color Harmonies of #525ADC
Complementary color
Monochromatic Colors of #525ADC
Black with #525ADC
Text Example
Text Example
White with #525ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ADC; }
p { color: rgb(82,90,220); }
H1.HeaderClassName
{
color: #525ADC;
}
.AnyTagClassName
{
color: #525ADC;
}
</style>
background-color css
<style>
a { background-color: #525ADC; }
a { background-color: rgb(82,90,220); }
div.DivClassName
{
background-color: #525ADC;
}
.BgClassName
{
background-color: #525ADC;
}
</style>
border-color css
<style>
span { border-color: #525ADC; }
span { border-color: rgb(82,90,220); }
td.TdClassName
{
border-color: #525ADC;
}
.TagClassName
{
border-color: #525ADC;
}
</style>