Shades of Royal Blue #527BDE
Tints of Royal Blue #527BDE
RGB
CMYK
RGB Variations
Color information
#527BDE (or 0x527BDE) is known color: Royal Blue. HEX triplet: 52, 7B and DE. RGB value is (82,123,222). Sum of RGB (Red+Green+Blue) = 82+123+222=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #527BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BDE is #AD8421. Grayscale: #797979. Windows color (decimal): -11371554 or 14580562. OLE color: 14580562.
HSL color Cylindrical-coordinate representation of color #527BDE: hue angle of 222.43º 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 #527BDE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 123 | 222 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.13 |
| HSL | 222.43º | 0.68% | 0.6% | - |
| HSV(B) | 222.43º | 0.63% | 0.87% | - |
| XYZ | 23.75 | 21.23 | 71.95 | - |
| YUV | 122.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 222 | 0.63 | 0.45 | 0 | 0.13 | 222.43 | 0.68 | 0.6 |
| Hex | 52 | 7B | DE | 3F | 2D | 0 | D | DE | 44 | 3C |
| Octal | 122 | 173 | 336 | 77 | 55 | 0 | 15 | 336 | 104 | 74 |
| Binary | 1010010 | 1111011 | 11011110 | 111111 | 101101 | 0 | 1101 | 11011110 | 1000100 | 111100 |
Color Harmonies of #527BDE
Complementary color
Monochromatic Colors of #527BDE
Black with #527BDE
Text Example
Text Example
White with #527BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BDE; }
p { color: rgb(82,123,222); }
H1.HeaderClassName
{
color: #527BDE;
}
.AnyTagClassName
{
color: #527BDE;
}
</style>
background-color css
<style>
a { background-color: #527BDE; }
a { background-color: rgb(82,123,222); }
div.DivClassName
{
background-color: #527BDE;
}
.BgClassName
{
background-color: #527BDE;
}
</style>
border-color css
<style>
span { border-color: #527BDE; }
span { border-color: rgb(82,123,222); }
td.TdClassName
{
border-color: #527BDE;
}
.TagClassName
{
border-color: #527BDE;
}
</style>