Shades of Royal Blue #527CDB
Tints of Royal Blue #527CDB
RGB
CMYK
RGB Variations
Color information
#527CDB (or 0x527CDB) is known color: Royal Blue. HEX triplet: 52, 7C and DB. RGB value is (82,124,219). Sum of RGB (Red+Green+Blue) = 82+124+219=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #527CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CDB is #AD8324. Grayscale: #797979. Windows color (decimal): -11371301 or 14384210. OLE color: 14384210.
HSL color Cylindrical-coordinate representation of color #527CDB: hue angle of 221.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 #527CDB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 124 | 219 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.14 |
| HSL | 221.61º | 0.66% | 0.59% | - |
| HSV(B) | 221.61º | 0.63% | 0.86% | - |
| XYZ | 23.47 | 21.32 | 69.9 | - |
| YUV | 122.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 219 | 0.63 | 0.43 | 0 | 0.14 | 221.61 | 0.66 | 0.59 |
| Hex | 52 | 7C | DB | 3F | 2B | 0 | E | DE | 42 | 3B |
| Octal | 122 | 174 | 333 | 77 | 53 | 0 | 16 | 336 | 102 | 73 |
| Binary | 1010010 | 1111100 | 11011011 | 111111 | 101011 | 0 | 1110 | 11011110 | 1000010 | 111011 |
Color Harmonies of #527CDB
Complementary color
Monochromatic Colors of #527CDB
Black with #527CDB
Text Example
Text Example
White with #527CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CDB; }
p { color: rgb(82,124,219); }
H1.HeaderClassName
{
color: #527CDB;
}
.AnyTagClassName
{
color: #527CDB;
}
</style>
background-color css
<style>
a { background-color: #527CDB; }
a { background-color: rgb(82,124,219); }
div.DivClassName
{
background-color: #527CDB;
}
.BgClassName
{
background-color: #527CDB;
}
</style>
border-color css
<style>
span { border-color: #527CDB; }
span { border-color: rgb(82,124,219); }
td.TdClassName
{
border-color: #527CDB;
}
.TagClassName
{
border-color: #527CDB;
}
</style>