Shades of Royal Blue #525ADF
Tints of Royal Blue #525ADF
RGB
CMYK
RGB Variations
Color information
#525ADF (or 0x525ADF) is known color: Royal Blue. HEX triplet: 52, 5A and DF. RGB value is (82,90,223). Sum of RGB (Red+Green+Blue) = 82+90+223=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #525ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ADF is #ADA520. Grayscale: #666666. Windows color (decimal): -11380001 or 14637650. OLE color: 14637650.
HSL color Cylindrical-coordinate representation of color #525ADF: hue angle of 236.6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525ADF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 90 | 223 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.13 |
| HSL | 236.6º | 0.69% | 0.6% | - |
| HSV(B) | 236.6º | 0.63% | 0.87% | - |
| XYZ | 20.46 | 14.43 | 71.52 | - |
| YUV | 102.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 223 | 0.63 | 0.60 | 0 | 0.13 | 236.6 | 0.69 | 0.6 |
| Hex | 52 | 5A | DF | 3F | 3C | 0 | D | ED | 45 | 3C |
| Octal | 122 | 132 | 337 | 77 | 74 | 0 | 15 | 355 | 105 | 74 |
| Binary | 1010010 | 1011010 | 11011111 | 111111 | 111100 | 0 | 1101 | 11101101 | 1000101 | 111100 |
Color Harmonies of #525ADF
Complementary color
Monochromatic Colors of #525ADF
Black with #525ADF
Text Example
Text Example
White with #525ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ADF; }
p { color: rgb(82,90,223); }
H1.HeaderClassName
{
color: #525ADF;
}
.AnyTagClassName
{
color: #525ADF;
}
</style>
background-color css
<style>
a { background-color: #525ADF; }
a { background-color: rgb(82,90,223); }
div.DivClassName
{
background-color: #525ADF;
}
.BgClassName
{
background-color: #525ADF;
}
</style>
border-color css
<style>
span { border-color: #525ADF; }
span { border-color: rgb(82,90,223); }
td.TdClassName
{
border-color: #525ADF;
}
.TagClassName
{
border-color: #525ADF;
}
</style>