Shades of Royal Blue #536DF5
Tints of Royal Blue #536DF5
RGB
CMYK
RGB Variations
Color information
#536DF5 (or 0x536DF5) is known color: Royal Blue. HEX triplet: 53, 6D and F5. RGB value is (83,109,245). Sum of RGB (Red+Green+Blue) = 83+109+245=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #536DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DF5 is #AC920A. Grayscale: #747474. Windows color (decimal): -11309579 or 16084307. OLE color: 16084307.
HSL color Cylindrical-coordinate representation of color #536DF5: hue angle of 230.37º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536DF5 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 109 | 245 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.04 |
| HSL | 230.37º | 0.89% | 0.64% | - |
| HSV(B) | 230.37º | 0.66% | 0.96% | - |
| XYZ | 25.52 | 19.37 | 88.78 | - |
| YUV | 116.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 245 | 0.66 | 0.56 | 0 | 0.04 | 230.37 | 0.89 | 0.64 |
| Hex | 53 | 6D | F5 | 42 | 38 | 0 | 4 | E6 | 59 | 40 |
| Octal | 123 | 155 | 365 | 102 | 70 | 0 | 4 | 346 | 131 | 100 |
| Binary | 1010011 | 1101101 | 11110101 | 1000010 | 111000 | 0 | 100 | 11100110 | 1011001 | 1000000 |
Color Harmonies of #536DF5
Complementary color
Monochromatic Colors of #536DF5
Black with #536DF5
Text Example
Text Example
White with #536DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DF5; }
p { color: rgb(83,109,245); }
H1.HeaderClassName
{
color: #536DF5;
}
.AnyTagClassName
{
color: #536DF5;
}
</style>
background-color css
<style>
a { background-color: #536DF5; }
a { background-color: rgb(83,109,245); }
div.DivClassName
{
background-color: #536DF5;
}
.BgClassName
{
background-color: #536DF5;
}
</style>
border-color css
<style>
span { border-color: #536DF5; }
span { border-color: rgb(83,109,245); }
td.TdClassName
{
border-color: #536DF5;
}
.TagClassName
{
border-color: #536DF5;
}
</style>