Shades of Royal Blue #526DF2
Tints of Royal Blue #526DF2
RGB
CMYK
RGB Variations
Color information
#526DF2 (or 0x526DF2) is known color: Royal Blue. HEX triplet: 52, 6D and F2. RGB value is (82,109,242). Sum of RGB (Red+Green+Blue) = 82+109+242=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #526DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DF2 is #AD920D. Grayscale: #737373. Windows color (decimal): -11375118 or 15887698. OLE color: 15887698.
HSL color Cylindrical-coordinate representation of color #526DF2: hue angle of 229.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526DF2 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 109 | 242 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.05 |
| HSL | 229.88º | 0.86% | 0.64% | - |
| HSV(B) | 229.88º | 0.66% | 0.95% | - |
| XYZ | 24.98 | 19.14 | 86.38 | - |
| YUV | 116.09 | 199.05 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 242 | 0.66 | 0.55 | 0 | 0.05 | 229.88 | 0.86 | 0.64 |
| Hex | 52 | 6D | F2 | 42 | 37 | 0 | 5 | E6 | 56 | 40 |
| Octal | 122 | 155 | 362 | 102 | 67 | 0 | 5 | 346 | 126 | 100 |
| Binary | 1010010 | 1101101 | 11110010 | 1000010 | 110111 | 0 | 101 | 11100110 | 1010110 | 1000000 |
Color Harmonies of #526DF2
Complementary color
Monochromatic Colors of #526DF2
Black with #526DF2
Text Example
Text Example
White with #526DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DF2; }
p { color: rgb(82,109,242); }
H1.HeaderClassName
{
color: #526DF2;
}
.AnyTagClassName
{
color: #526DF2;
}
</style>
background-color css
<style>
a { background-color: #526DF2; }
a { background-color: rgb(82,109,242); }
div.DivClassName
{
background-color: #526DF2;
}
.BgClassName
{
background-color: #526DF2;
}
</style>
border-color css
<style>
span { border-color: #526DF2; }
span { border-color: rgb(82,109,242); }
td.TdClassName
{
border-color: #526DF2;
}
.TagClassName
{
border-color: #526DF2;
}
</style>