Shades of Royal Blue #525BDF
Tints of Royal Blue #525BDF
RGB
CMYK
RGB Variations
Color information
#525BDF (or 0x525BDF) is known color: Royal Blue. HEX triplet: 52, 5B and DF. RGB value is (82,91,223). Sum of RGB (Red+Green+Blue) = 82+91+223=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #525BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BDF is #ADA420. Grayscale: #666666. Windows color (decimal): -11379745 or 14637906. OLE color: 14637906.
HSL color Cylindrical-coordinate representation of color #525BDF: hue angle of 236.17º 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 #525BDF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 91 | 223 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.13 |
| HSL | 236.17º | 0.69% | 0.6% | - |
| HSV(B) | 236.17º | 0.63% | 0.87% | - |
| XYZ | 20.54 | 14.6 | 71.55 | - |
| YUV | 103.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 223 | 0.63 | 0.59 | 0 | 0.13 | 236.17 | 0.69 | 0.6 |
| Hex | 52 | 5B | DF | 3F | 3B | 0 | D | EC | 45 | 3C |
| Octal | 122 | 133 | 337 | 77 | 73 | 0 | 15 | 354 | 105 | 74 |
| Binary | 1010010 | 1011011 | 11011111 | 111111 | 111011 | 0 | 1101 | 11101100 | 1000101 | 111100 |
Color Harmonies of #525BDF
Complementary color
Monochromatic Colors of #525BDF
Black with #525BDF
Text Example
Text Example
White with #525BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BDF; }
p { color: rgb(82,91,223); }
H1.HeaderClassName
{
color: #525BDF;
}
.AnyTagClassName
{
color: #525BDF;
}
</style>
background-color css
<style>
a { background-color: #525BDF; }
a { background-color: rgb(82,91,223); }
div.DivClassName
{
background-color: #525BDF;
}
.BgClassName
{
background-color: #525BDF;
}
</style>
border-color css
<style>
span { border-color: #525BDF; }
span { border-color: rgb(82,91,223); }
td.TdClassName
{
border-color: #525BDF;
}
.TagClassName
{
border-color: #525BDF;
}
</style>