Shades of Royal Blue #536DF6
Tints of Royal Blue #536DF6
RGB
CMYK
RGB Variations
Color information
#536DF6 (or 0x536DF6) is known color: Royal Blue. HEX triplet: 53, 6D and F6. RGB value is (83,109,246). Sum of RGB (Red+Green+Blue) = 83+109+246=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #536DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DF6 is #AC9209. Grayscale: #747474. Windows color (decimal): -11309578 or 16149843. OLE color: 16149843.
HSL color Cylindrical-coordinate representation of color #536DF6: hue angle of 230.43º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536DF6 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 109 | 246 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.04 |
| HSL | 230.43º | 0.9% | 0.65% | - |
| HSV(B) | 230.43º | 0.66% | 0.96% | - |
| XYZ | 25.67 | 19.43 | 89.59 | - |
| YUV | 116.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 246 | 0.66 | 0.56 | 0 | 0.04 | 230.43 | 0.9 | 0.65 |
| Hex | 53 | 6D | F6 | 42 | 38 | 0 | 4 | E6 | 5A | 41 |
| Octal | 123 | 155 | 366 | 102 | 70 | 0 | 4 | 346 | 132 | 101 |
| Binary | 1010011 | 1101101 | 11110110 | 1000010 | 111000 | 0 | 100 | 11100110 | 1011010 | 1000001 |
Color Harmonies of #536DF6
Complementary color
Monochromatic Colors of #536DF6
Black with #536DF6
Text Example
Text Example
White with #536DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DF6; }
p { color: rgb(83,109,246); }
H1.HeaderClassName
{
color: #536DF6;
}
.AnyTagClassName
{
color: #536DF6;
}
</style>
background-color css
<style>
a { background-color: #536DF6; }
a { background-color: rgb(83,109,246); }
div.DivClassName
{
background-color: #536DF6;
}
.BgClassName
{
background-color: #536DF6;
}
</style>
border-color css
<style>
span { border-color: #536DF6; }
span { border-color: rgb(83,109,246); }
td.TdClassName
{
border-color: #536DF6;
}
.TagClassName
{
border-color: #536DF6;
}
</style>