Shades of Royal Blue #536CF5
Tints of Royal Blue #536CF5
RGB
CMYK
RGB Variations
Color information
#536CF5 (or 0x536CF5) is known color: Royal Blue. HEX triplet: 53, 6C and F5. RGB value is (83,108,245). Sum of RGB (Red+Green+Blue) = 83+108+245=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #536CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CF5 is #AC930A. Grayscale: #737373. Windows color (decimal): -11309835 or 16084051. OLE color: 16084051.
HSL color Cylindrical-coordinate representation of color #536CF5: hue angle of 230.74º 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 #536CF5 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 108 | 245 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.04 |
| HSL | 230.74º | 0.89% | 0.64% | - |
| HSV(B) | 230.74º | 0.66% | 0.96% | - |
| XYZ | 25.41 | 19.16 | 88.74 | - |
| YUV | 116.14 | 200.72 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 245 | 0.66 | 0.56 | 0 | 0.04 | 230.74 | 0.89 | 0.64 |
| Hex | 53 | 6C | F5 | 42 | 38 | 0 | 4 | E7 | 59 | 40 |
| Octal | 123 | 154 | 365 | 102 | 70 | 0 | 4 | 347 | 131 | 100 |
| Binary | 1010011 | 1101100 | 11110101 | 1000010 | 111000 | 0 | 100 | 11100111 | 1011001 | 1000000 |
Color Harmonies of #536CF5
Complementary color
Monochromatic Colors of #536CF5
Black with #536CF5
Text Example
Text Example
White with #536CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CF5; }
p { color: rgb(83,108,245); }
H1.HeaderClassName
{
color: #536CF5;
}
.AnyTagClassName
{
color: #536CF5;
}
</style>
background-color css
<style>
a { background-color: #536CF5; }
a { background-color: rgb(83,108,245); }
div.DivClassName
{
background-color: #536CF5;
}
.BgClassName
{
background-color: #536CF5;
}
</style>
border-color css
<style>
span { border-color: #536CF5; }
span { border-color: rgb(83,108,245); }
td.TdClassName
{
border-color: #536CF5;
}
.TagClassName
{
border-color: #536CF5;
}
</style>