Shades of Royal Blue #525FDB
Tints of Royal Blue #525FDB
RGB
CMYK
RGB Variations
Color information
#525FDB (or 0x525FDB) is known color: Royal Blue. HEX triplet: 52, 5F and DB. RGB value is (82,95,219). Sum of RGB (Red+Green+Blue) = 82+95+219=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #525FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDB is #ADA024. Grayscale: #686868. Windows color (decimal): -11378725 or 14376786. OLE color: 14376786.
HSL color Cylindrical-coordinate representation of color #525FDB: hue angle of 234.31º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525FDB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 95 | 219 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.14 |
| HSL | 234.31º | 0.66% | 0.59% | - |
| HSV(B) | 234.31º | 0.63% | 0.86% | - |
| XYZ | 20.36 | 15.09 | 68.86 | - |
| YUV | 105.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 219 | 0.63 | 0.57 | 0 | 0.14 | 234.31 | 0.66 | 0.59 |
| Hex | 52 | 5F | DB | 3F | 39 | 0 | E | EA | 42 | 3B |
| Octal | 122 | 137 | 333 | 77 | 71 | 0 | 16 | 352 | 102 | 73 |
| Binary | 1010010 | 1011111 | 11011011 | 111111 | 111001 | 0 | 1110 | 11101010 | 1000010 | 111011 |
Color Harmonies of #525FDB
Complementary color
Monochromatic Colors of #525FDB
Black with #525FDB
Text Example
Text Example
White with #525FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FDB; }
p { color: rgb(82,95,219); }
H1.HeaderClassName
{
color: #525FDB;
}
.AnyTagClassName
{
color: #525FDB;
}
</style>
background-color css
<style>
a { background-color: #525FDB; }
a { background-color: rgb(82,95,219); }
div.DivClassName
{
background-color: #525FDB;
}
.BgClassName
{
background-color: #525FDB;
}
</style>
border-color css
<style>
span { border-color: #525FDB; }
span { border-color: rgb(82,95,219); }
td.TdClassName
{
border-color: #525FDB;
}
.TagClassName
{
border-color: #525FDB;
}
</style>