Shades of Royal Blue #527FE2
Tints of Royal Blue #527FE2
RGB
CMYK
RGB Variations
Color information
#527FE2 (or 0x527FE2) is known color: Royal Blue. HEX triplet: 52, 7F and E2. RGB value is (82,127,226). Sum of RGB (Red+Green+Blue) = 82+127+226=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #527FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FE2 is #AD801D. Grayscale: #7C7C7C. Windows color (decimal): -11370526 or 14843730. OLE color: 14843730.
HSL color Cylindrical-coordinate representation of color #527FE2: hue angle of 221.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527FE2 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 127 | 226 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 221.25º | 0.71% | 0.6% | - |
| HSV(B) | 221.25º | 0.64% | 0.89% | - |
| XYZ | 24.8 | 22.46 | 74.98 | - |
| YUV | 124.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 226 | 0.64 | 0.44 | 0 | 0.11 | 221.25 | 0.71 | 0.6 |
| Hex | 52 | 7F | E2 | 40 | 2C | 0 | B | DD | 47 | 3C |
| Octal | 122 | 177 | 342 | 100 | 54 | 0 | 13 | 335 | 107 | 74 |
| Binary | 1010010 | 1111111 | 11100010 | 1000000 | 101100 | 0 | 1011 | 11011101 | 1000111 | 111100 |
Color Harmonies of #527FE2
Complementary color
Monochromatic Colors of #527FE2
Black with #527FE2
Text Example
Text Example
White with #527FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FE2; }
p { color: rgb(82,127,226); }
H1.HeaderClassName
{
color: #527FE2;
}
.AnyTagClassName
{
color: #527FE2;
}
</style>
background-color css
<style>
a { background-color: #527FE2; }
a { background-color: rgb(82,127,226); }
div.DivClassName
{
background-color: #527FE2;
}
.BgClassName
{
background-color: #527FE2;
}
</style>
border-color css
<style>
span { border-color: #527FE2; }
span { border-color: rgb(82,127,226); }
td.TdClassName
{
border-color: #527FE2;
}
.TagClassName
{
border-color: #527FE2;
}
</style>