Shades of Royal Blue #536FED
Tints of Royal Blue #536FED
RGB
CMYK
RGB Variations
Color information
#536FED (or 0x536FED) is known color: Royal Blue. HEX triplet: 53, 6F and ED. RGB value is (83,111,237). Sum of RGB (Red+Green+Blue) = 83+111+237=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #536FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536FED is #AC9012. Grayscale: #747474. Windows color (decimal): -11309075 or 15560531. OLE color: 15560531.
HSL color Cylindrical-coordinate representation of color #536FED: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536FED is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 111 | 237 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.07 |
| HSL | 229.09º | 0.81% | 0.63% | - |
| HSV(B) | 229.09º | 0.65% | 0.93% | - |
| XYZ | 24.54 | 19.32 | 82.56 | - |
| YUV | 116.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 237 | 0.65 | 0.53 | 0 | 0.07 | 229.09 | 0.81 | 0.63 |
| Hex | 53 | 6F | ED | 41 | 35 | 0 | 7 | E5 | 51 | 3F |
| Octal | 123 | 157 | 355 | 101 | 65 | 0 | 7 | 345 | 121 | 77 |
| Binary | 1010011 | 1101111 | 11101101 | 1000001 | 110101 | 0 | 111 | 11100101 | 1010001 | 111111 |
Color Harmonies of #536FED
Complementary color
Monochromatic Colors of #536FED
Black with #536FED
Text Example
Text Example
White with #536FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FED; }
p { color: rgb(83,111,237); }
H1.HeaderClassName
{
color: #536FED;
}
.AnyTagClassName
{
color: #536FED;
}
</style>
background-color css
<style>
a { background-color: #536FED; }
a { background-color: rgb(83,111,237); }
div.DivClassName
{
background-color: #536FED;
}
.BgClassName
{
background-color: #536FED;
}
</style>
border-color css
<style>
span { border-color: #536FED; }
span { border-color: rgb(83,111,237); }
td.TdClassName
{
border-color: #536FED;
}
.TagClassName
{
border-color: #536FED;
}
</style>