Shades of Royal Blue #536EEE
Tints of Royal Blue #536EEE
RGB
CMYK
RGB Variations
Color information
#536EEE (or 0x536EEE) is known color: Royal Blue. HEX triplet: 53, 6E and EE. RGB value is (83,110,238). Sum of RGB (Red+Green+Blue) = 83+110+238=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #536EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EEE is #AC9111. Grayscale: #737373. Windows color (decimal): -11309330 or 15625811. OLE color: 15625811.
HSL color Cylindrical-coordinate representation of color #536EEE: hue angle of 229.55º degrees, saturation: 0.82, 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 #536EEE is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 110 | 238 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.07 |
| HSL | 229.55º | 0.82% | 0.63% | - |
| HSV(B) | 229.55º | 0.65% | 0.93% | - |
| XYZ | 24.58 | 19.16 | 83.29 | - |
| YUV | 116.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 238 | 0.65 | 0.54 | 0 | 0.07 | 229.55 | 0.82 | 0.63 |
| Hex | 53 | 6E | EE | 41 | 36 | 0 | 7 | E6 | 52 | 3F |
| Octal | 123 | 156 | 356 | 101 | 66 | 0 | 7 | 346 | 122 | 77 |
| Binary | 1010011 | 1101110 | 11101110 | 1000001 | 110110 | 0 | 111 | 11100110 | 1010010 | 111111 |
Color Harmonies of #536EEE
Complementary color
Monochromatic Colors of #536EEE
Black with #536EEE
Text Example
Text Example
White with #536EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EEE; }
p { color: rgb(83,110,238); }
H1.HeaderClassName
{
color: #536EEE;
}
.AnyTagClassName
{
color: #536EEE;
}
</style>
background-color css
<style>
a { background-color: #536EEE; }
a { background-color: rgb(83,110,238); }
div.DivClassName
{
background-color: #536EEE;
}
.BgClassName
{
background-color: #536EEE;
}
</style>
border-color css
<style>
span { border-color: #536EEE; }
span { border-color: rgb(83,110,238); }
td.TdClassName
{
border-color: #536EEE;
}
.TagClassName
{
border-color: #536EEE;
}
</style>