Shades of Royal Blue #536FE8
Tints of Royal Blue #536FE8
RGB
CMYK
RGB Variations
Color information
#536FE8 (or 0x536FE8) is known color: Royal Blue. HEX triplet: 53, 6F and E8. RGB value is (83,111,232). Sum of RGB (Red+Green+Blue) = 83+111+232=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #536FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536FE8 is #AC9017. Grayscale: #737373. Windows color (decimal): -11309080 or 15232851. OLE color: 15232851.
HSL color Cylindrical-coordinate representation of color #536FE8: hue angle of 228.72º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536FE8 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 111 | 232 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.09 |
| HSL | 228.72º | 0.76% | 0.62% | - |
| HSV(B) | 228.72º | 0.64% | 0.91% | - |
| XYZ | 23.82 | 19.03 | 78.76 | - |
| YUV | 116.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 232 | 0.64 | 0.52 | 0 | 0.09 | 228.72 | 0.76 | 0.62 |
| Hex | 53 | 6F | E8 | 40 | 34 | 0 | 9 | E5 | 4C | 3E |
| Octal | 123 | 157 | 350 | 100 | 64 | 0 | 11 | 345 | 114 | 76 |
| Binary | 1010011 | 1101111 | 11101000 | 1000000 | 110100 | 0 | 1001 | 11100101 | 1001100 | 111110 |
Color Harmonies of #536FE8
Complementary color
Monochromatic Colors of #536FE8
Black with #536FE8
Text Example
Text Example
White with #536FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FE8; }
p { color: rgb(83,111,232); }
H1.HeaderClassName
{
color: #536FE8;
}
.AnyTagClassName
{
color: #536FE8;
}
</style>
background-color css
<style>
a { background-color: #536FE8; }
a { background-color: rgb(83,111,232); }
div.DivClassName
{
background-color: #536FE8;
}
.BgClassName
{
background-color: #536FE8;
}
</style>
border-color css
<style>
span { border-color: #536FE8; }
span { border-color: rgb(83,111,232); }
td.TdClassName
{
border-color: #536FE8;
}
.TagClassName
{
border-color: #536FE8;
}
</style>