Shades of Royal Blue #525FDD
Tints of Royal Blue #525FDD
RGB
CMYK
RGB Variations
Color information
#525FDD (or 0x525FDD) is known color: Royal Blue. HEX triplet: 52, 5F and DD. RGB value is (82,95,221). Sum of RGB (Red+Green+Blue) = 82+95+221=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #525FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDD is #ADA022. Grayscale: #686868. Windows color (decimal): -11378723 or 14507858. OLE color: 14507858.
HSL color Cylindrical-coordinate representation of color #525FDD: hue angle of 234.39º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525FDD is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 95 | 221 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.13 |
| HSL | 234.39º | 0.67% | 0.59% | - |
| HSV(B) | 234.39º | 0.63% | 0.87% | - |
| XYZ | 20.62 | 15.2 | 70.25 | - |
| YUV | 105.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 221 | 0.63 | 0.57 | 0 | 0.13 | 234.39 | 0.67 | 0.59 |
| Hex | 52 | 5F | DD | 3F | 39 | 0 | D | EA | 43 | 3B |
| Octal | 122 | 137 | 335 | 77 | 71 | 0 | 15 | 352 | 103 | 73 |
| Binary | 1010010 | 1011111 | 11011101 | 111111 | 111001 | 0 | 1101 | 11101010 | 1000011 | 111011 |
Color Harmonies of #525FDD
Complementary color
Monochromatic Colors of #525FDD
Black with #525FDD
Text Example
Text Example
White with #525FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FDD; }
p { color: rgb(82,95,221); }
H1.HeaderClassName
{
color: #525FDD;
}
.AnyTagClassName
{
color: #525FDD;
}
</style>
background-color css
<style>
a { background-color: #525FDD; }
a { background-color: rgb(82,95,221); }
div.DivClassName
{
background-color: #525FDD;
}
.BgClassName
{
background-color: #525FDD;
}
</style>
border-color css
<style>
span { border-color: #525FDD; }
span { border-color: rgb(82,95,221); }
td.TdClassName
{
border-color: #525FDD;
}
.TagClassName
{
border-color: #525FDD;
}
</style>