Shades of Royal Blue #527EE6
Tints of Royal Blue #527EE6
RGB
CMYK
RGB Variations
Color information
#527EE6 (or 0x527EE6) is known color: Royal Blue. HEX triplet: 52, 7E and E6. RGB value is (82,126,230). Sum of RGB (Red+Green+Blue) = 82+126+230=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #527EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EE6 is #AD8119. Grayscale: #7C7C7C. Windows color (decimal): -11370778 or 15105618. OLE color: 15105618.
HSL color Cylindrical-coordinate representation of color #527EE6: hue angle of 222.16º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527EE6 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 126 | 230 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.10 |
| HSL | 222.16º | 0.75% | 0.61% | - |
| HSV(B) | 222.16º | 0.64% | 0.9% | - |
| XYZ | 25.22 | 22.43 | 77.86 | - |
| YUV | 124.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 230 | 0.64 | 0.45 | 0 | 0.10 | 222.16 | 0.75 | 0.61 |
| Hex | 52 | 7E | E6 | 40 | 2D | 0 | A | DE | 4B | 3D |
| Octal | 122 | 176 | 346 | 100 | 55 | 0 | 12 | 336 | 113 | 75 |
| Binary | 1010010 | 1111110 | 11100110 | 1000000 | 101101 | 0 | 1010 | 11011110 | 1001011 | 111101 |
Color Harmonies of #527EE6
Complementary color
Monochromatic Colors of #527EE6
Black with #527EE6
Text Example
Text Example
White with #527EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EE6; }
p { color: rgb(82,126,230); }
H1.HeaderClassName
{
color: #527EE6;
}
.AnyTagClassName
{
color: #527EE6;
}
</style>
background-color css
<style>
a { background-color: #527EE6; }
a { background-color: rgb(82,126,230); }
div.DivClassName
{
background-color: #527EE6;
}
.BgClassName
{
background-color: #527EE6;
}
</style>
border-color css
<style>
span { border-color: #527EE6; }
span { border-color: rgb(82,126,230); }
td.TdClassName
{
border-color: #527EE6;
}
.TagClassName
{
border-color: #527EE6;
}
</style>