Shades of Royal Blue #527EE3
Tints of Royal Blue #527EE3
RGB
CMYK
RGB Variations
Color information
#527EE3 (or 0x527EE3) is known color: Royal Blue. HEX triplet: 52, 7E and E3. RGB value is (82,126,227). Sum of RGB (Red+Green+Blue) = 82+126+227=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #527EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EE3 is #AD811C. Grayscale: #7B7B7B. Windows color (decimal): -11370781 or 14909010. OLE color: 14909010.
HSL color Cylindrical-coordinate representation of color #527EE3: hue angle of 221.79º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527EE3 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 126 | 227 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 221.79º | 0.72% | 0.61% | - |
| HSV(B) | 221.79º | 0.64% | 0.89% | - |
| XYZ | 24.81 | 22.26 | 75.66 | - |
| YUV | 124.36 | 185.92 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 227 | 0.64 | 0.44 | 0 | 0.11 | 221.79 | 0.72 | 0.61 |
| Hex | 52 | 7E | E3 | 40 | 2C | 0 | B | DE | 48 | 3D |
| Octal | 122 | 176 | 343 | 100 | 54 | 0 | 13 | 336 | 110 | 75 |
| Binary | 1010010 | 1111110 | 11100011 | 1000000 | 101100 | 0 | 1011 | 11011110 | 1001000 | 111101 |
Color Harmonies of #527EE3
Complementary color
Monochromatic Colors of #527EE3
Black with #527EE3
Text Example
Text Example
White with #527EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EE3; }
p { color: rgb(82,126,227); }
H1.HeaderClassName
{
color: #527EE3;
}
.AnyTagClassName
{
color: #527EE3;
}
</style>
background-color css
<style>
a { background-color: #527EE3; }
a { background-color: rgb(82,126,227); }
div.DivClassName
{
background-color: #527EE3;
}
.BgClassName
{
background-color: #527EE3;
}
</style>
border-color css
<style>
span { border-color: #527EE3; }
span { border-color: rgb(82,126,227); }
td.TdClassName
{
border-color: #527EE3;
}
.TagClassName
{
border-color: #527EE3;
}
</style>