Shades of Royal Blue #536DF1
Tints of Royal Blue #536DF1
RGB
CMYK
RGB Variations
Color information
#536DF1 (or 0x536DF1) is known color: Royal Blue. HEX triplet: 53, 6D and F1. RGB value is (83,109,241). Sum of RGB (Red+Green+Blue) = 83+109+241=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #536DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DF1 is #AC920E. Grayscale: #737373. Windows color (decimal): -11309583 or 15822163. OLE color: 15822163.
HSL color Cylindrical-coordinate representation of color #536DF1: hue angle of 230.13º degrees, saturation: 0.85, 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 #536DF1 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 109 | 241 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.05 |
| HSL | 230.13º | 0.85% | 0.64% | - |
| HSV(B) | 230.13º | 0.66% | 0.95% | - |
| XYZ | 24.91 | 19.13 | 85.6 | - |
| YUV | 116.27 | 198.39 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 241 | 0.66 | 0.55 | 0 | 0.05 | 230.13 | 0.85 | 0.64 |
| Hex | 53 | 6D | F1 | 42 | 37 | 0 | 5 | E6 | 55 | 40 |
| Octal | 123 | 155 | 361 | 102 | 67 | 0 | 5 | 346 | 125 | 100 |
| Binary | 1010011 | 1101101 | 11110001 | 1000010 | 110111 | 0 | 101 | 11100110 | 1010101 | 1000000 |
Color Harmonies of #536DF1
Complementary color
Monochromatic Colors of #536DF1
Black with #536DF1
Text Example
Text Example
White with #536DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DF1; }
p { color: rgb(83,109,241); }
H1.HeaderClassName
{
color: #536DF1;
}
.AnyTagClassName
{
color: #536DF1;
}
</style>
background-color css
<style>
a { background-color: #536DF1; }
a { background-color: rgb(83,109,241); }
div.DivClassName
{
background-color: #536DF1;
}
.BgClassName
{
background-color: #536DF1;
}
</style>
border-color css
<style>
span { border-color: #536DF1; }
span { border-color: rgb(83,109,241); }
td.TdClassName
{
border-color: #536DF1;
}
.TagClassName
{
border-color: #536DF1;
}
</style>