Shades of Royal Blue #526DDB
Tints of Royal Blue #526DDB
RGB
CMYK
RGB Variations
Color information
#526DDB (or 0x526DDB) is known color: Royal Blue. HEX triplet: 52, 6D and DB. RGB value is (82,109,219). Sum of RGB (Red+Green+Blue) = 82+109+219=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #526DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DDB is #AD9224. Grayscale: #717171. Windows color (decimal): -11375141 or 14380370. OLE color: 14380370.
HSL color Cylindrical-coordinate representation of color #526DDB: hue angle of 228.18º 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 #526DDB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 109 | 219 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.14 |
| HSL | 228.18º | 0.66% | 0.59% | - |
| HSV(B) | 228.18º | 0.63% | 0.86% | - |
| XYZ | 21.73 | 17.85 | 69.32 | - |
| YUV | 113.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 219 | 0.63 | 0.50 | 0 | 0.14 | 228.18 | 0.66 | 0.59 |
| Hex | 52 | 6D | DB | 3F | 32 | 0 | E | E4 | 42 | 3B |
| Octal | 122 | 155 | 333 | 77 | 62 | 0 | 16 | 344 | 102 | 73 |
| Binary | 1010010 | 1101101 | 11011011 | 111111 | 110010 | 0 | 1110 | 11100100 | 1000010 | 111011 |
Color Harmonies of #526DDB
Complementary color
Monochromatic Colors of #526DDB
Black with #526DDB
Text Example
Text Example
White with #526DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DDB; }
p { color: rgb(82,109,219); }
H1.HeaderClassName
{
color: #526DDB;
}
.AnyTagClassName
{
color: #526DDB;
}
</style>
background-color css
<style>
a { background-color: #526DDB; }
a { background-color: rgb(82,109,219); }
div.DivClassName
{
background-color: #526DDB;
}
.BgClassName
{
background-color: #526DDB;
}
</style>
border-color css
<style>
span { border-color: #526DDB; }
span { border-color: rgb(82,109,219); }
td.TdClassName
{
border-color: #526DDB;
}
.TagClassName
{
border-color: #526DDB;
}
</style>