Shades of Royal Blue #5270FC
Tints of Royal Blue #5270FC
RGB
CMYK
RGB Variations
Color information
#5270FC (or 0x5270FC) is known color: Royal Blue. HEX triplet: 52, 70 and FC. RGB value is (82,112,252). Sum of RGB (Red+Green+Blue) = 82+112+252=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #5270FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270FC is #AD8F03. Grayscale: #767676. Windows color (decimal): -11374340 or 16543826. OLE color: 16543826.
HSL color Cylindrical-coordinate representation of color #5270FC: hue angle of 229.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5270FC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 112 | 252 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.01 |
| HSL | 229.41º | 0.97% | 0.65% | - |
| HSV(B) | 229.41º | 0.67% | 0.99% | - |
| XYZ | 26.84 | 20.41 | 94.62 | - |
| YUV | 118.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 252 | 0.67 | 0.56 | 0 | 0.01 | 229.41 | 0.97 | 0.65 |
| Hex | 52 | 70 | FC | 43 | 38 | 0 | 1 | E5 | 61 | 41 |
| Octal | 122 | 160 | 374 | 103 | 70 | 0 | 1 | 345 | 141 | 101 |
| Binary | 1010010 | 1110000 | 11111100 | 1000011 | 111000 | 0 | 1 | 11100101 | 1100001 | 1000001 |
Color Harmonies of #5270FC
Complementary color
Monochromatic Colors of #5270FC
Black with #5270FC
Text Example
Text Example
White with #5270FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270FC; }
p { color: rgb(82,112,252); }
H1.HeaderClassName
{
color: #5270FC;
}
.AnyTagClassName
{
color: #5270FC;
}
</style>
background-color css
<style>
a { background-color: #5270FC; }
a { background-color: rgb(82,112,252); }
div.DivClassName
{
background-color: #5270FC;
}
.BgClassName
{
background-color: #5270FC;
}
</style>
border-color css
<style>
span { border-color: #5270FC; }
span { border-color: rgb(82,112,252); }
td.TdClassName
{
border-color: #5270FC;
}
.TagClassName
{
border-color: #5270FC;
}
</style>