Shades of Royal Blue #536FDD
Tints of Royal Blue #536FDD
RGB
CMYK
RGB Variations
Color information
#536FDD (or 0x536FDD) is known color: Royal Blue. HEX triplet: 53, 6F and DD. RGB value is (83,111,221). Sum of RGB (Red+Green+Blue) = 83+111+221=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #536FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FDD is #AC9022. Grayscale: #727272. Windows color (decimal): -11309091 or 14511955. OLE color: 14511955.
HSL color Cylindrical-coordinate representation of color #536FDD: hue angle of 227.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536FDD is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 111 | 221 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.13 |
| HSL | 227.83º | 0.67% | 0.6% | - |
| HSV(B) | 227.83º | 0.62% | 0.87% | - |
| XYZ | 22.3 | 18.43 | 70.79 | - |
| YUV | 115.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 221 | 0.62 | 0.50 | 0 | 0.13 | 227.83 | 0.67 | 0.6 |
| Hex | 53 | 6F | DD | 3E | 32 | 0 | D | E4 | 43 | 3C |
| Octal | 123 | 157 | 335 | 76 | 62 | 0 | 15 | 344 | 103 | 74 |
| Binary | 1010011 | 1101111 | 11011101 | 111110 | 110010 | 0 | 1101 | 11100100 | 1000011 | 111100 |
Color Harmonies of #536FDD
Complementary color
Monochromatic Colors of #536FDD
Black with #536FDD
Text Example
Text Example
White with #536FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FDD; }
p { color: rgb(83,111,221); }
H1.HeaderClassName
{
color: #536FDD;
}
.AnyTagClassName
{
color: #536FDD;
}
</style>
background-color css
<style>
a { background-color: #536FDD; }
a { background-color: rgb(83,111,221); }
div.DivClassName
{
background-color: #536FDD;
}
.BgClassName
{
background-color: #536FDD;
}
</style>
border-color css
<style>
span { border-color: #536FDD; }
span { border-color: rgb(83,111,221); }
td.TdClassName
{
border-color: #536FDD;
}
.TagClassName
{
border-color: #536FDD;
}
</style>