Shades of Royal Blue #5369DF
Tints of Royal Blue #5369DF
RGB
CMYK
RGB Variations
Color information
#5369DF (or 0x5369DF) is known color: Royal Blue. HEX triplet: 53, 69 and DF. RGB value is (83,105,223). Sum of RGB (Red+Green+Blue) = 83+105+223=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #5369DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369DF is #AC9620. Grayscale: #6F6F6F. Windows color (decimal): -11310625 or 14641491. OLE color: 14641491.
HSL color Cylindrical-coordinate representation of color #5369DF: hue angle of 230.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5369DF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 105 | 223 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.13 |
| HSL | 230.57º | 0.69% | 0.6% | - |
| HSV(B) | 230.57º | 0.63% | 0.87% | - |
| XYZ | 21.94 | 17.27 | 71.99 | - |
| YUV | 111.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 223 | 0.63 | 0.53 | 0 | 0.13 | 230.57 | 0.69 | 0.6 |
| Hex | 53 | 69 | DF | 3F | 35 | 0 | D | E7 | 45 | 3C |
| Octal | 123 | 151 | 337 | 77 | 65 | 0 | 15 | 347 | 105 | 74 |
| Binary | 1010011 | 1101001 | 11011111 | 111111 | 110101 | 0 | 1101 | 11100111 | 1000101 | 111100 |
Color Harmonies of #5369DF
Complementary color
Monochromatic Colors of #5369DF
Black with #5369DF
Text Example
Text Example
White with #5369DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369DF; }
p { color: rgb(83,105,223); }
H1.HeaderClassName
{
color: #5369DF;
}
.AnyTagClassName
{
color: #5369DF;
}
</style>
background-color css
<style>
a { background-color: #5369DF; }
a { background-color: rgb(83,105,223); }
div.DivClassName
{
background-color: #5369DF;
}
.BgClassName
{
background-color: #5369DF;
}
</style>
border-color css
<style>
span { border-color: #5369DF; }
span { border-color: rgb(83,105,223); }
td.TdClassName
{
border-color: #5369DF;
}
.TagClassName
{
border-color: #5369DF;
}
</style>