Shades of Royal Blue #526FDB
Tints of Royal Blue #526FDB
RGB
CMYK
RGB Variations
Color information
#526FDB (or 0x526FDB) is known color: Royal Blue. HEX triplet: 52, 6F and DB. RGB value is (82,111,219). Sum of RGB (Red+Green+Blue) = 82+111+219=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #526FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FDB is #AD9024. Grayscale: #727272. Windows color (decimal): -11374629 or 14380882. OLE color: 14380882.
HSL color Cylindrical-coordinate representation of color #526FDB: hue angle of 227.3º 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 #526FDB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 111 | 219 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.14 |
| HSL | 227.3º | 0.66% | 0.59% | - |
| HSV(B) | 227.3º | 0.63% | 0.86% | - |
| XYZ | 21.95 | 18.28 | 69.39 | - |
| YUV | 114.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 219 | 0.63 | 0.49 | 0 | 0.14 | 227.3 | 0.66 | 0.59 |
| Hex | 52 | 6F | DB | 3F | 31 | 0 | E | E3 | 42 | 3B |
| Octal | 122 | 157 | 333 | 77 | 61 | 0 | 16 | 343 | 102 | 73 |
| Binary | 1010010 | 1101111 | 11011011 | 111111 | 110001 | 0 | 1110 | 11100011 | 1000010 | 111011 |
Color Harmonies of #526FDB
Complementary color
Monochromatic Colors of #526FDB
Black with #526FDB
Text Example
Text Example
White with #526FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FDB; }
p { color: rgb(82,111,219); }
H1.HeaderClassName
{
color: #526FDB;
}
.AnyTagClassName
{
color: #526FDB;
}
</style>
background-color css
<style>
a { background-color: #526FDB; }
a { background-color: rgb(82,111,219); }
div.DivClassName
{
background-color: #526FDB;
}
.BgClassName
{
background-color: #526FDB;
}
</style>
border-color css
<style>
span { border-color: #526FDB; }
span { border-color: rgb(82,111,219); }
td.TdClassName
{
border-color: #526FDB;
}
.TagClassName
{
border-color: #526FDB;
}
</style>