Shades of Royal Blue #527DDE
Tints of Royal Blue #527DDE
RGB
CMYK
RGB Variations
Color information
#527DDE (or 0x527DDE) is known color: Royal Blue. HEX triplet: 52, 7D and DE. RGB value is (82,125,222). Sum of RGB (Red+Green+Blue) = 82+125+222=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #527DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DDE is #AD8221. Grayscale: #7A7A7A. Windows color (decimal): -11371042 or 14581074. OLE color: 14581074.
HSL color Cylindrical-coordinate representation of color #527DDE: hue angle of 221.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527DDE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 125 | 222 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.13 |
| HSL | 221.57º | 0.68% | 0.6% | - |
| HSV(B) | 221.57º | 0.63% | 0.87% | - |
| XYZ | 24 | 21.73 | 72.04 | - |
| YUV | 123.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 222 | 0.63 | 0.44 | 0 | 0.13 | 221.57 | 0.68 | 0.6 |
| Hex | 52 | 7D | DE | 3F | 2C | 0 | D | DE | 44 | 3C |
| Octal | 122 | 175 | 336 | 77 | 54 | 0 | 15 | 336 | 104 | 74 |
| Binary | 1010010 | 1111101 | 11011110 | 111111 | 101100 | 0 | 1101 | 11011110 | 1000100 | 111100 |
Color Harmonies of #527DDE
Complementary color
Monochromatic Colors of #527DDE
Black with #527DDE
Text Example
Text Example
White with #527DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DDE; }
p { color: rgb(82,125,222); }
H1.HeaderClassName
{
color: #527DDE;
}
.AnyTagClassName
{
color: #527DDE;
}
</style>
background-color css
<style>
a { background-color: #527DDE; }
a { background-color: rgb(82,125,222); }
div.DivClassName
{
background-color: #527DDE;
}
.BgClassName
{
background-color: #527DDE;
}
</style>
border-color css
<style>
span { border-color: #527DDE; }
span { border-color: rgb(82,125,222); }
td.TdClassName
{
border-color: #527DDE;
}
.TagClassName
{
border-color: #527DDE;
}
</style>