Shades of Royal Blue #526DF6
Tints of Royal Blue #526DF6
RGB
CMYK
RGB Variations
Color information
#526DF6 (or 0x526DF6) is known color: Royal Blue. HEX triplet: 52, 6D and F6. RGB value is (82,109,246). Sum of RGB (Red+Green+Blue) = 82+109+246=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #526DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DF6 is #AD9209. Grayscale: #737373. Windows color (decimal): -11375114 or 16149842. OLE color: 16149842.
HSL color Cylindrical-coordinate representation of color #526DF6: hue angle of 230.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526DF6 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 109 | 246 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.04 |
| HSL | 230.12º | 0.9% | 0.64% | - |
| HSV(B) | 230.12º | 0.67% | 0.96% | - |
| XYZ | 25.58 | 19.38 | 89.58 | - |
| YUV | 116.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 246 | 0.67 | 0.56 | 0 | 0.04 | 230.12 | 0.9 | 0.64 |
| Hex | 52 | 6D | F6 | 43 | 38 | 0 | 4 | E6 | 5A | 40 |
| Octal | 122 | 155 | 366 | 103 | 70 | 0 | 4 | 346 | 132 | 100 |
| Binary | 1010010 | 1101101 | 11110110 | 1000011 | 111000 | 0 | 100 | 11100110 | 1011010 | 1000000 |
Color Harmonies of #526DF6
Complementary color
Monochromatic Colors of #526DF6
Black with #526DF6
Text Example
Text Example
White with #526DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DF6; }
p { color: rgb(82,109,246); }
H1.HeaderClassName
{
color: #526DF6;
}
.AnyTagClassName
{
color: #526DF6;
}
</style>
background-color css
<style>
a { background-color: #526DF6; }
a { background-color: rgb(82,109,246); }
div.DivClassName
{
background-color: #526DF6;
}
.BgClassName
{
background-color: #526DF6;
}
</style>
border-color css
<style>
span { border-color: #526DF6; }
span { border-color: rgb(82,109,246); }
td.TdClassName
{
border-color: #526DF6;
}
.TagClassName
{
border-color: #526DF6;
}
</style>