Shades of Royal Blue #526CDB
Tints of Royal Blue #526CDB
RGB
CMYK
RGB Variations
Color information
#526CDB (or 0x526CDB) is known color: Royal Blue. HEX triplet: 52, 6C and DB. RGB value is (82,108,219). Sum of RGB (Red+Green+Blue) = 82+108+219=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #526CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDB is #AD9324. Grayscale: #707070. Windows color (decimal): -11375397 or 14380114. OLE color: 14380114.
HSL color Cylindrical-coordinate representation of color #526CDB: hue angle of 228.61º 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 #526CDB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 108 | 219 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.14 |
| HSL | 228.61º | 0.66% | 0.59% | - |
| HSV(B) | 228.61º | 0.63% | 0.86% | - |
| XYZ | 21.63 | 17.63 | 69.28 | - |
| YUV | 112.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 219 | 0.63 | 0.51 | 0 | 0.14 | 228.61 | 0.66 | 0.59 |
| Hex | 52 | 6C | DB | 3F | 33 | 0 | E | E5 | 42 | 3B |
| Octal | 122 | 154 | 333 | 77 | 63 | 0 | 16 | 345 | 102 | 73 |
| Binary | 1010010 | 1101100 | 11011011 | 111111 | 110011 | 0 | 1110 | 11100101 | 1000010 | 111011 |
Color Harmonies of #526CDB
Complementary color
Monochromatic Colors of #526CDB
Black with #526CDB
Text Example
Text Example
White with #526CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CDB; }
p { color: rgb(82,108,219); }
H1.HeaderClassName
{
color: #526CDB;
}
.AnyTagClassName
{
color: #526CDB;
}
</style>
background-color css
<style>
a { background-color: #526CDB; }
a { background-color: rgb(82,108,219); }
div.DivClassName
{
background-color: #526CDB;
}
.BgClassName
{
background-color: #526CDB;
}
</style>
border-color css
<style>
span { border-color: #526CDB; }
span { border-color: rgb(82,108,219); }
td.TdClassName
{
border-color: #526CDB;
}
.TagClassName
{
border-color: #526CDB;
}
</style>