Shades of Royal Blue #526FF3
Tints of Royal Blue #526FF3
RGB
CMYK
RGB Variations
Color information
#526FF3 (or 0x526FF3) is known color: Royal Blue. HEX triplet: 52, 6F and F3. RGB value is (82,111,243). Sum of RGB (Red+Green+Blue) = 82+111+243=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #526FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FF3 is #AD900C. Grayscale: #747474. Windows color (decimal): -11374605 or 15953746. OLE color: 15953746.
HSL color Cylindrical-coordinate representation of color #526FF3: hue angle of 229.19º degrees, saturation: 0.87, 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 #526FF3 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 111 | 243 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.05 |
| HSL | 229.19º | 0.87% | 0.64% | - |
| HSV(B) | 229.19º | 0.66% | 0.95% | - |
| XYZ | 25.34 | 19.63 | 87.25 | - |
| YUV | 117.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 243 | 0.66 | 0.54 | 0 | 0.05 | 229.19 | 0.87 | 0.64 |
| Hex | 52 | 6F | F3 | 42 | 36 | 0 | 5 | E5 | 57 | 40 |
| Octal | 122 | 157 | 363 | 102 | 66 | 0 | 5 | 345 | 127 | 100 |
| Binary | 1010010 | 1101111 | 11110011 | 1000010 | 110110 | 0 | 101 | 11100101 | 1010111 | 1000000 |
Color Harmonies of #526FF3
Complementary color
Monochromatic Colors of #526FF3
Black with #526FF3
Text Example
Text Example
White with #526FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FF3; }
p { color: rgb(82,111,243); }
H1.HeaderClassName
{
color: #526FF3;
}
.AnyTagClassName
{
color: #526FF3;
}
</style>
background-color css
<style>
a { background-color: #526FF3; }
a { background-color: rgb(82,111,243); }
div.DivClassName
{
background-color: #526FF3;
}
.BgClassName
{
background-color: #526FF3;
}
</style>
border-color css
<style>
span { border-color: #526FF3; }
span { border-color: rgb(82,111,243); }
td.TdClassName
{
border-color: #526FF3;
}
.TagClassName
{
border-color: #526FF3;
}
</style>