Shades of Royal Blue #525FDE
Tints of Royal Blue #525FDE
RGB
CMYK
RGB Variations
Color information
#525FDE (or 0x525FDE) is known color: Royal Blue. HEX triplet: 52, 5F and DE. RGB value is (82,95,222). Sum of RGB (Red+Green+Blue) = 82+95+222=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #525FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDE is #ADA021. Grayscale: #696969. Windows color (decimal): -11378722 or 14573394. OLE color: 14573394.
HSL color Cylindrical-coordinate representation of color #525FDE: hue angle of 234.43º degrees, saturation: 0.68, 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 #525FDE is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 95 | 222 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.13 |
| HSL | 234.43º | 0.68% | 0.6% | - |
| HSV(B) | 234.43º | 0.63% | 0.87% | - |
| XYZ | 20.76 | 15.25 | 70.96 | - |
| YUV | 105.59 | 193.69 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 222 | 0.63 | 0.57 | 0 | 0.13 | 234.43 | 0.68 | 0.6 |
| Hex | 52 | 5F | DE | 3F | 39 | 0 | D | EA | 44 | 3C |
| Octal | 122 | 137 | 336 | 77 | 71 | 0 | 15 | 352 | 104 | 74 |
| Binary | 1010010 | 1011111 | 11011110 | 111111 | 111001 | 0 | 1101 | 11101010 | 1000100 | 111100 |
Color Harmonies of #525FDE
Complementary color
Monochromatic Colors of #525FDE
Black with #525FDE
Text Example
Text Example
White with #525FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FDE; }
p { color: rgb(82,95,222); }
H1.HeaderClassName
{
color: #525FDE;
}
.AnyTagClassName
{
color: #525FDE;
}
</style>
background-color css
<style>
a { background-color: #525FDE; }
a { background-color: rgb(82,95,222); }
div.DivClassName
{
background-color: #525FDE;
}
.BgClassName
{
background-color: #525FDE;
}
</style>
border-color css
<style>
span { border-color: #525FDE; }
span { border-color: rgb(82,95,222); }
td.TdClassName
{
border-color: #525FDE;
}
.TagClassName
{
border-color: #525FDE;
}
</style>