Shades of Royal Blue #527AF3
Tints of Royal Blue #527AF3
RGB
CMYK
RGB Variations
Color information
#527AF3 (or 0x527AF3) is known color: Royal Blue. HEX triplet: 52, 7A and F3. RGB value is (82,122,243). Sum of RGB (Red+Green+Blue) = 82+122+243=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #527AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AF3 is #AD850C. Grayscale: #7B7B7B. Windows color (decimal): -11371789 or 15956562. OLE color: 15956562.
HSL color Cylindrical-coordinate representation of color #527AF3: hue angle of 225.09º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527AF3 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 122 | 243 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.05 |
| HSL | 225.09º | 0.87% | 0.64% | - |
| HSV(B) | 225.09º | 0.66% | 0.95% | - |
| XYZ | 26.62 | 22.18 | 87.67 | - |
| YUV | 123.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 243 | 0.66 | 0.50 | 0 | 0.05 | 225.09 | 0.87 | 0.64 |
| Hex | 52 | 7A | F3 | 42 | 32 | 0 | 5 | E1 | 57 | 40 |
| Octal | 122 | 172 | 363 | 102 | 62 | 0 | 5 | 341 | 127 | 100 |
| Binary | 1010010 | 1111010 | 11110011 | 1000010 | 110010 | 0 | 101 | 11100001 | 1010111 | 1000000 |
Color Harmonies of #527AF3
Complementary color
Monochromatic Colors of #527AF3
Black with #527AF3
Text Example
Text Example
White with #527AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AF3; }
p { color: rgb(82,122,243); }
H1.HeaderClassName
{
color: #527AF3;
}
.AnyTagClassName
{
color: #527AF3;
}
</style>
background-color css
<style>
a { background-color: #527AF3; }
a { background-color: rgb(82,122,243); }
div.DivClassName
{
background-color: #527AF3;
}
.BgClassName
{
background-color: #527AF3;
}
</style>
border-color css
<style>
span { border-color: #527AF3; }
span { border-color: rgb(82,122,243); }
td.TdClassName
{
border-color: #527AF3;
}
.TagClassName
{
border-color: #527AF3;
}
</style>