Shades of Royal Blue #526BF2
Tints of Royal Blue #526BF2
RGB
CMYK
RGB Variations
Color information
#526BF2 (or 0x526BF2) is known color: Royal Blue. HEX triplet: 52, 6B and F2. RGB value is (82,107,242). Sum of RGB (Red+Green+Blue) = 82+107+242=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #526BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BF2 is #AD940D. Grayscale: #727272. Windows color (decimal): -11375630 or 15887186. OLE color: 15887186.
HSL color Cylindrical-coordinate representation of color #526BF2: hue angle of 230.62º 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 #526BF2 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 107 | 242 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.05 |
| HSL | 230.63º | 0.86% | 0.64% | - |
| HSV(B) | 230.63º | 0.66% | 0.95% | - |
| XYZ | 24.76 | 18.72 | 86.31 | - |
| YUV | 114.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 242 | 0.66 | 0.56 | 0 | 0.05 | 230.63 | 0.86 | 0.64 |
| Hex | 52 | 6B | F2 | 42 | 38 | 0 | 5 | E7 | 56 | 40 |
| Octal | 122 | 153 | 362 | 102 | 70 | 0 | 5 | 347 | 126 | 100 |
| Binary | 1010010 | 1101011 | 11110010 | 1000010 | 111000 | 0 | 101 | 11100111 | 1010110 | 1000000 |
Color Harmonies of #526BF2
Complementary color
Monochromatic Colors of #526BF2
Black with #526BF2
Text Example
Text Example
White with #526BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BF2; }
p { color: rgb(82,107,242); }
H1.HeaderClassName
{
color: #526BF2;
}
.AnyTagClassName
{
color: #526BF2;
}
</style>
background-color css
<style>
a { background-color: #526BF2; }
a { background-color: rgb(82,107,242); }
div.DivClassName
{
background-color: #526BF2;
}
.BgClassName
{
background-color: #526BF2;
}
</style>
border-color css
<style>
span { border-color: #526BF2; }
span { border-color: rgb(82,107,242); }
td.TdClassName
{
border-color: #526BF2;
}
.TagClassName
{
border-color: #526BF2;
}
</style>