Shades of Royal Blue #525FDF
Tints of Royal Blue #525FDF
RGB
CMYK
RGB Variations
Color information
#525FDF (or 0x525FDF) is known color: Royal Blue. HEX triplet: 52, 5F and DF. RGB value is (82,95,223). Sum of RGB (Red+Green+Blue) = 82+95+223=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #525FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDF is #ADA020. Grayscale: #696969. Windows color (decimal): -11378721 or 14638930. OLE color: 14638930.
HSL color Cylindrical-coordinate representation of color #525FDF: hue angle of 234.47º 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 #525FDF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 95 | 223 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.13 |
| HSL | 234.47º | 0.69% | 0.6% | - |
| HSV(B) | 234.47º | 0.63% | 0.87% | - |
| XYZ | 20.89 | 15.31 | 71.67 | - |
| YUV | 105.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 223 | 0.63 | 0.57 | 0 | 0.13 | 234.47 | 0.69 | 0.6 |
| Hex | 52 | 5F | DF | 3F | 39 | 0 | D | EA | 45 | 3C |
| Octal | 122 | 137 | 337 | 77 | 71 | 0 | 15 | 352 | 105 | 74 |
| Binary | 1010010 | 1011111 | 11011111 | 111111 | 111001 | 0 | 1101 | 11101010 | 1000101 | 111100 |
Color Harmonies of #525FDF
Complementary color
Monochromatic Colors of #525FDF
Black with #525FDF
Text Example
Text Example
White with #525FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FDF; }
p { color: rgb(82,95,223); }
H1.HeaderClassName
{
color: #525FDF;
}
.AnyTagClassName
{
color: #525FDF;
}
</style>
background-color css
<style>
a { background-color: #525FDF; }
a { background-color: rgb(82,95,223); }
div.DivClassName
{
background-color: #525FDF;
}
.BgClassName
{
background-color: #525FDF;
}
</style>
border-color css
<style>
span { border-color: #525FDF; }
span { border-color: rgb(82,95,223); }
td.TdClassName
{
border-color: #525FDF;
}
.TagClassName
{
border-color: #525FDF;
}
</style>