Shades of Royal Blue #527EEA
Tints of Royal Blue #527EEA
RGB
CMYK
RGB Variations
Color information
#527EEA (or 0x527EEA) is known color: Royal Blue. HEX triplet: 52, 7E and EA. RGB value is (82,126,234). Sum of RGB (Red+Green+Blue) = 82+126+234=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #527EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EEA is #AD8115. Grayscale: #7C7C7C. Windows color (decimal): -11370774 or 15367762. OLE color: 15367762.
HSL color Cylindrical-coordinate representation of color #527EEA: hue angle of 222.63º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527EEA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 126 | 234 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.08 |
| HSL | 222.63º | 0.78% | 0.62% | - |
| HSV(B) | 222.63º | 0.65% | 0.92% | - |
| XYZ | 25.79 | 22.66 | 80.86 | - |
| YUV | 125.16 | 189.42 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 234 | 0.65 | 0.46 | 0 | 0.08 | 222.63 | 0.78 | 0.62 |
| Hex | 52 | 7E | EA | 41 | 2E | 0 | 8 | DF | 4E | 3E |
| Octal | 122 | 176 | 352 | 101 | 56 | 0 | 10 | 337 | 116 | 76 |
| Binary | 1010010 | 1111110 | 11101010 | 1000001 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111110 |
Color Harmonies of #527EEA
Complementary color
Monochromatic Colors of #527EEA
Black with #527EEA
Text Example
Text Example
White with #527EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EEA; }
p { color: rgb(82,126,234); }
H1.HeaderClassName
{
color: #527EEA;
}
.AnyTagClassName
{
color: #527EEA;
}
</style>
background-color css
<style>
a { background-color: #527EEA; }
a { background-color: rgb(82,126,234); }
div.DivClassName
{
background-color: #527EEA;
}
.BgClassName
{
background-color: #527EEA;
}
</style>
border-color css
<style>
span { border-color: #527EEA; }
span { border-color: rgb(82,126,234); }
td.TdClassName
{
border-color: #527EEA;
}
.TagClassName
{
border-color: #527EEA;
}
</style>