Shades of Royal Blue #526ED3
Tints of Royal Blue #526ED3
RGB
CMYK
RGB Variations
Color information
#526ED3 (or 0x526ED3) is known color: Royal Blue. HEX triplet: 52, 6E and D3. RGB value is (82,110,211). Sum of RGB (Red+Green+Blue) = 82+110+211=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #526ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ED3 is #AD912C. Grayscale: #707070. Windows color (decimal): -11374893 or 13856338. OLE color: 13856338.
HSL color Cylindrical-coordinate representation of color #526ED3: hue angle of 226.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526ED3 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 110 | 211 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.17 |
| HSL | 226.98º | 0.59% | 0.57% | - |
| HSV(B) | 226.98º | 0.61% | 0.83% | - |
| XYZ | 20.81 | 17.65 | 63.94 | - |
| YUV | 113.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 211 | 0.61 | 0.48 | 0 | 0.17 | 226.98 | 0.59 | 0.57 |
| Hex | 52 | 6E | D3 | 3D | 30 | 0 | 11 | E3 | 3B | 39 |
| Octal | 122 | 156 | 323 | 75 | 60 | 0 | 21 | 343 | 73 | 71 |
| Binary | 1010010 | 1101110 | 11010011 | 111101 | 110000 | 0 | 10001 | 11100011 | 111011 | 111001 |
Color Harmonies of #526ED3
Complementary color
Monochromatic Colors of #526ED3
Black with #526ED3
Text Example
Text Example
White with #526ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ED3; }
p { color: rgb(82,110,211); }
H1.HeaderClassName
{
color: #526ED3;
}
.AnyTagClassName
{
color: #526ED3;
}
</style>
background-color css
<style>
a { background-color: #526ED3; }
a { background-color: rgb(82,110,211); }
div.DivClassName
{
background-color: #526ED3;
}
.BgClassName
{
background-color: #526ED3;
}
</style>
border-color css
<style>
span { border-color: #526ED3; }
span { border-color: rgb(82,110,211); }
td.TdClassName
{
border-color: #526ED3;
}
.TagClassName
{
border-color: #526ED3;
}
</style>