Shades of Royal Blue #5369DB
Tints of Royal Blue #5369DB
RGB
CMYK
RGB Variations
Color information
#5369DB (or 0x5369DB) is known color: Royal Blue. HEX triplet: 53, 69 and DB. RGB value is (83,105,219). Sum of RGB (Red+Green+Blue) = 83+105+219=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5369DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369DB is #AC9624. Grayscale: #6E6E6E. Windows color (decimal): -11310629 or 14379347. OLE color: 14379347.
HSL color Cylindrical-coordinate representation of color #5369DB: hue angle of 230.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5369DB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 105 | 219 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.14 |
| HSL | 230.29º | 0.65% | 0.59% | - |
| HSV(B) | 230.29º | 0.62% | 0.86% | - |
| XYZ | 21.41 | 17.06 | 69.18 | - |
| YUV | 111.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 219 | 0.62 | 0.52 | 0 | 0.14 | 230.29 | 0.65 | 0.59 |
| Hex | 53 | 69 | DB | 3E | 34 | 0 | E | E6 | 41 | 3B |
| Octal | 123 | 151 | 333 | 76 | 64 | 0 | 16 | 346 | 101 | 73 |
| Binary | 1010011 | 1101001 | 11011011 | 111110 | 110100 | 0 | 1110 | 11100110 | 1000001 | 111011 |
Color Harmonies of #5369DB
Complementary color
Monochromatic Colors of #5369DB
Black with #5369DB
Text Example
Text Example
White with #5369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369DB; }
p { color: rgb(83,105,219); }
H1.HeaderClassName
{
color: #5369DB;
}
.AnyTagClassName
{
color: #5369DB;
}
</style>
background-color css
<style>
a { background-color: #5369DB; }
a { background-color: rgb(83,105,219); }
div.DivClassName
{
background-color: #5369DB;
}
.BgClassName
{
background-color: #5369DB;
}
</style>
border-color css
<style>
span { border-color: #5369DB; }
span { border-color: rgb(83,105,219); }
td.TdClassName
{
border-color: #5369DB;
}
.TagClassName
{
border-color: #5369DB;
}
</style>