Shades of Royal Blue #526FFE
Tints of Royal Blue #526FFE
RGB
CMYK
RGB Variations
Color information
#526FFE (or 0x526FFE) is known color: Royal Blue. HEX triplet: 52, 6F and FE. RGB value is (82,111,254). Sum of RGB (Red+Green+Blue) = 82+111+254=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #526FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFE is #AD9001. Grayscale: #767676. Windows color (decimal): -11374594 or 16674642. OLE color: 16674642.
HSL color Cylindrical-coordinate representation of color #526FFE: hue angle of 229.88º 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 #526FFE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 111 | 254 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.00 |
| HSL | 229.88º | 0.99% | 0.66% | - |
| HSV(B) | 229.88º | 0.68% | 1% | - |
| XYZ | 27.05 | 20.32 | 96.26 | - |
| YUV | 118.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 254 | 0.68 | 0.56 | 0 | 0.00 | 229.88 | 0.99 | 0.66 |
| Hex | 52 | 6F | FE | 44 | 38 | 0 | 0 | E6 | 63 | 42 |
| Octal | 122 | 157 | 376 | 104 | 70 | 0 | 0 | 346 | 143 | 102 |
| Binary | 1010010 | 1101111 | 11111110 | 1000100 | 111000 | 0 | 0 | 11100110 | 1100011 | 1000010 |
Color Harmonies of #526FFE
Complementary color
Monochromatic Colors of #526FFE
Black with #526FFE
Text Example
Text Example
White with #526FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FFE; }
p { color: rgb(82,111,254); }
H1.HeaderClassName
{
color: #526FFE;
}
.AnyTagClassName
{
color: #526FFE;
}
</style>
background-color css
<style>
a { background-color: #526FFE; }
a { background-color: rgb(82,111,254); }
div.DivClassName
{
background-color: #526FFE;
}
.BgClassName
{
background-color: #526FFE;
}
</style>
border-color css
<style>
span { border-color: #526FFE; }
span { border-color: rgb(82,111,254); }
td.TdClassName
{
border-color: #526FFE;
}
.TagClassName
{
border-color: #526FFE;
}
</style>