Shades of Royal Blue #536FE0
Tints of Royal Blue #536FE0
RGB
CMYK
RGB Variations
Color information
#536FE0 (or 0x536FE0) is known color: Royal Blue. HEX triplet: 53, 6F and E0. RGB value is (83,111,224). Sum of RGB (Red+Green+Blue) = 83+111+224=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #536FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FE0 is #AC901F. Grayscale: #737373. Windows color (decimal): -11309088 or 14708563. OLE color: 14708563.
HSL color Cylindrical-coordinate representation of color #536FE0: hue angle of 228.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536FE0 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 111 | 224 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.12 |
| HSL | 228.09º | 0.69% | 0.6% | - |
| HSV(B) | 228.09º | 0.63% | 0.88% | - |
| XYZ | 22.71 | 18.59 | 72.91 | - |
| YUV | 115.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 224 | 0.63 | 0.50 | 0 | 0.12 | 228.09 | 0.69 | 0.6 |
| Hex | 53 | 6F | E0 | 3F | 32 | 0 | C | E4 | 45 | 3C |
| Octal | 123 | 157 | 340 | 77 | 62 | 0 | 14 | 344 | 105 | 74 |
| Binary | 1010011 | 1101111 | 11100000 | 111111 | 110010 | 0 | 1100 | 11100100 | 1000101 | 111100 |
Color Harmonies of #536FE0
Complementary color
Monochromatic Colors of #536FE0
Black with #536FE0
Text Example
Text Example
White with #536FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FE0; }
p { color: rgb(83,111,224); }
H1.HeaderClassName
{
color: #536FE0;
}
.AnyTagClassName
{
color: #536FE0;
}
</style>
background-color css
<style>
a { background-color: #536FE0; }
a { background-color: rgb(83,111,224); }
div.DivClassName
{
background-color: #536FE0;
}
.BgClassName
{
background-color: #536FE0;
}
</style>
border-color css
<style>
span { border-color: #536FE0; }
span { border-color: rgb(83,111,224); }
td.TdClassName
{
border-color: #536FE0;
}
.TagClassName
{
border-color: #536FE0;
}
</style>