Shades of Royal Blue #536CE4
Tints of Royal Blue #536CE4
RGB
CMYK
RGB Variations
Color information
#536CE4 (or 0x536CE4) is known color: Royal Blue. HEX triplet: 53, 6C and E4. RGB value is (83,108,228). Sum of RGB (Red+Green+Blue) = 83+108+228=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #536CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CE4 is #AC931B. Grayscale: #717171. Windows color (decimal): -11309852 or 14969939. OLE color: 14969939.
HSL color Cylindrical-coordinate representation of color #536CE4: hue angle of 229.66º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536CE4 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 108 | 228 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.11 |
| HSL | 229.66º | 0.73% | 0.61% | - |
| HSV(B) | 229.66º | 0.64% | 0.89% | - |
| XYZ | 22.93 | 18.17 | 75.7 | - |
| YUV | 114.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 228 | 0.64 | 0.53 | 0 | 0.11 | 229.66 | 0.73 | 0.61 |
| Hex | 53 | 6C | E4 | 40 | 35 | 0 | B | E6 | 49 | 3D |
| Octal | 123 | 154 | 344 | 100 | 65 | 0 | 13 | 346 | 111 | 75 |
| Binary | 1010011 | 1101100 | 11100100 | 1000000 | 110101 | 0 | 1011 | 11100110 | 1001001 | 111101 |
Color Harmonies of #536CE4
Complementary color
Monochromatic Colors of #536CE4
Black with #536CE4
Text Example
Text Example
White with #536CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CE4; }
p { color: rgb(83,108,228); }
H1.HeaderClassName
{
color: #536CE4;
}
.AnyTagClassName
{
color: #536CE4;
}
</style>
background-color css
<style>
a { background-color: #536CE4; }
a { background-color: rgb(83,108,228); }
div.DivClassName
{
background-color: #536CE4;
}
.BgClassName
{
background-color: #536CE4;
}
</style>
border-color css
<style>
span { border-color: #536CE4; }
span { border-color: rgb(83,108,228); }
td.TdClassName
{
border-color: #536CE4;
}
.TagClassName
{
border-color: #536CE4;
}
</style>