Shades of Royal Blue #5272FE
Tints of Royal Blue #5272FE
RGB
CMYK
RGB Variations
Color information
#5272FE (or 0x5272FE) is known color: Royal Blue. HEX triplet: 52, 72 and FE. RGB value is (82,114,254). Sum of RGB (Red+Green+Blue) = 82+114+254=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #5272FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5272FE is #AD8D01. Grayscale: #777777. Windows color (decimal): -11373826 or 16675410. OLE color: 16675410.
HSL color Cylindrical-coordinate representation of color #5272FE: hue angle of 228.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5272FE is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 114 | 254 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.00 |
| HSL | 228.84º | 0.99% | 0.66% | - |
| HSV(B) | 228.84º | 0.68% | 1% | - |
| XYZ | 27.39 | 20.98 | 96.37 | - |
| YUV | 120.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 254 | 0.68 | 0.55 | 0 | 0.00 | 228.84 | 0.99 | 0.66 |
| Hex | 52 | 72 | FE | 44 | 37 | 0 | 0 | E5 | 63 | 42 |
| Octal | 122 | 162 | 376 | 104 | 67 | 0 | 0 | 345 | 143 | 102 |
| Binary | 1010010 | 1110010 | 11111110 | 1000100 | 110111 | 0 | 0 | 11100101 | 1100011 | 1000010 |
Color Harmonies of #5272FE
Complementary color
Monochromatic Colors of #5272FE
Black with #5272FE
Text Example
Text Example
White with #5272FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5272FE; }
p { color: rgb(82,114,254); }
H1.HeaderClassName
{
color: #5272FE;
}
.AnyTagClassName
{
color: #5272FE;
}
</style>
background-color css
<style>
a { background-color: #5272FE; }
a { background-color: rgb(82,114,254); }
div.DivClassName
{
background-color: #5272FE;
}
.BgClassName
{
background-color: #5272FE;
}
</style>
border-color css
<style>
span { border-color: #5272FE; }
span { border-color: rgb(82,114,254); }
td.TdClassName
{
border-color: #5272FE;
}
.TagClassName
{
border-color: #5272FE;
}
</style>