Shades of Royal Blue #526CFD
Tints of Royal Blue #526CFD
RGB
CMYK
RGB Variations
Color information
#526CFD (or 0x526CFD) is known color: Royal Blue. HEX triplet: 52, 6C and FD. RGB value is (82,108,253). Sum of RGB (Red+Green+Blue) = 82+108+253=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #526CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CFD is #AD9302. Grayscale: #747474. Windows color (decimal): -11375363 or 16608338. OLE color: 16608338.
HSL color Cylindrical-coordinate representation of color #526CFD: hue angle of 230.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526CFD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 108 | 253 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.01 |
| HSL | 230.88º | 0.98% | 0.66% | - |
| HSV(B) | 230.88º | 0.68% | 0.99% | - |
| XYZ | 26.57 | 19.61 | 95.31 | - |
| YUV | 116.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 253 | 0.68 | 0.57 | 0 | 0.01 | 230.88 | 0.98 | 0.66 |
| Hex | 52 | 6C | FD | 44 | 39 | 0 | 1 | E7 | 62 | 42 |
| Octal | 122 | 154 | 375 | 104 | 71 | 0 | 1 | 347 | 142 | 102 |
| Binary | 1010010 | 1101100 | 11111101 | 1000100 | 111001 | 0 | 1 | 11100111 | 1100010 | 1000010 |
Color Harmonies of #526CFD
Complementary color
Monochromatic Colors of #526CFD
Black with #526CFD
Text Example
Text Example
White with #526CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CFD; }
p { color: rgb(82,108,253); }
H1.HeaderClassName
{
color: #526CFD;
}
.AnyTagClassName
{
color: #526CFD;
}
</style>
background-color css
<style>
a { background-color: #526CFD; }
a { background-color: rgb(82,108,253); }
div.DivClassName
{
background-color: #526CFD;
}
.BgClassName
{
background-color: #526CFD;
}
</style>
border-color css
<style>
span { border-color: #526CFD; }
span { border-color: rgb(82,108,253); }
td.TdClassName
{
border-color: #526CFD;
}
.TagClassName
{
border-color: #526CFD;
}
</style>