Shades of Royal Blue #5270FD
Tints of Royal Blue #5270FD
RGB
CMYK
RGB Variations
Color information
#5270FD (or 0x5270FD) is known color: Royal Blue. HEX triplet: 52, 70 and FD. RGB value is (82,112,253). Sum of RGB (Red+Green+Blue) = 82+112+253=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #5270FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270FD is #AD8F02. Grayscale: #767676. Windows color (decimal): -11374339 or 16609362. OLE color: 16609362.
HSL color Cylindrical-coordinate representation of color #5270FD: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5270FD is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 112 | 253 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.01 |
| HSL | 229.47º | 0.98% | 0.66% | - |
| HSV(B) | 229.47º | 0.68% | 0.99% | - |
| XYZ | 27 | 20.47 | 95.46 | - |
| YUV | 119.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 253 | 0.68 | 0.56 | 0 | 0.01 | 229.47 | 0.98 | 0.66 |
| Hex | 52 | 70 | FD | 44 | 38 | 0 | 1 | E5 | 62 | 42 |
| Octal | 122 | 160 | 375 | 104 | 70 | 0 | 1 | 345 | 142 | 102 |
| Binary | 1010010 | 1110000 | 11111101 | 1000100 | 111000 | 0 | 1 | 11100101 | 1100010 | 1000010 |
Color Harmonies of #5270FD
Complementary color
Monochromatic Colors of #5270FD
Black with #5270FD
Text Example
Text Example
White with #5270FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270FD; }
p { color: rgb(82,112,253); }
H1.HeaderClassName
{
color: #5270FD;
}
.AnyTagClassName
{
color: #5270FD;
}
</style>
background-color css
<style>
a { background-color: #5270FD; }
a { background-color: rgb(82,112,253); }
div.DivClassName
{
background-color: #5270FD;
}
.BgClassName
{
background-color: #5270FD;
}
</style>
border-color css
<style>
span { border-color: #5270FD; }
span { border-color: rgb(82,112,253); }
td.TdClassName
{
border-color: #5270FD;
}
.TagClassName
{
border-color: #5270FD;
}
</style>