Shades of Royal Blue #527FE3
Tints of Royal Blue #527FE3
RGB
CMYK
RGB Variations
Color information
#527FE3 (or 0x527FE3) is known color: Royal Blue. HEX triplet: 52, 7F and E3. RGB value is (82,127,227). Sum of RGB (Red+Green+Blue) = 82+127+227=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #527FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FE3 is #AD801C. Grayscale: #7C7C7C. Windows color (decimal): -11370525 or 14909266. OLE color: 14909266.
HSL color Cylindrical-coordinate representation of color #527FE3: hue angle of 221.38º 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 #527FE3 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 127 | 227 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.11 |
| HSL | 221.38º | 0.72% | 0.61% | - |
| HSV(B) | 221.38º | 0.64% | 0.89% | - |
| XYZ | 24.93 | 22.52 | 75.71 | - |
| YUV | 124.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 227 | 0.64 | 0.44 | 0 | 0.11 | 221.38 | 0.72 | 0.61 |
| Hex | 52 | 7F | E3 | 40 | 2C | 0 | B | DD | 48 | 3D |
| Octal | 122 | 177 | 343 | 100 | 54 | 0 | 13 | 335 | 110 | 75 |
| Binary | 1010010 | 1111111 | 11100011 | 1000000 | 101100 | 0 | 1011 | 11011101 | 1001000 | 111101 |
Color Harmonies of #527FE3
Complementary color
Monochromatic Colors of #527FE3
Black with #527FE3
Text Example
Text Example
White with #527FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FE3; }
p { color: rgb(82,127,227); }
H1.HeaderClassName
{
color: #527FE3;
}
.AnyTagClassName
{
color: #527FE3;
}
</style>
background-color css
<style>
a { background-color: #527FE3; }
a { background-color: rgb(82,127,227); }
div.DivClassName
{
background-color: #527FE3;
}
.BgClassName
{
background-color: #527FE3;
}
</style>
border-color css
<style>
span { border-color: #527FE3; }
span { border-color: rgb(82,127,227); }
td.TdClassName
{
border-color: #527FE3;
}
.TagClassName
{
border-color: #527FE3;
}
</style>