Shades of Royal Blue #5D79DB
Tints of Royal Blue #5D79DB
RGB
CMYK
RGB Variations
Color information
#5D79DB (or 0x5D79DB) is known color: Royal Blue. HEX triplet: 5D, 79 and DB. RGB value is (93,121,219). Sum of RGB (Red+Green+Blue) = 93+121+219=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D79DB is #A28624. Grayscale: #7B7B7B. Windows color (decimal): -10651173 or 14383453. OLE color: 14383453.
HSL color Cylindrical-coordinate representation of color #5D79DB: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D79DB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 121 | 219 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.14 |
| HSL | 226.67º | 0.64% | 0.61% | - |
| HSV(B) | 226.67º | 0.58% | 0.86% | - |
| XYZ | 24.14 | 21.12 | 69.82 | - |
| YUV | 123.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 219 | 0.58 | 0.45 | 0 | 0.14 | 226.67 | 0.64 | 0.61 |
| Hex | 5D | 79 | DB | 3A | 2D | 0 | E | E3 | 40 | 3D |
| Octal | 135 | 171 | 333 | 72 | 55 | 0 | 16 | 343 | 100 | 75 |
| Binary | 1011101 | 1111001 | 11011011 | 111010 | 101101 | 0 | 1110 | 11100011 | 1000000 | 111101 |
Color Harmonies of #5D79DB
Complementary color
Monochromatic Colors of #5D79DB
Black with #5D79DB
Text Example
Text Example
White with #5D79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D79DB; }
p { color: rgb(93,121,219); }
H1.HeaderClassName
{
color: #5D79DB;
}
.AnyTagClassName
{
color: #5D79DB;
}
</style>
background-color css
<style>
a { background-color: #5D79DB; }
a { background-color: rgb(93,121,219); }
div.DivClassName
{
background-color: #5D79DB;
}
.BgClassName
{
background-color: #5D79DB;
}
</style>
border-color css
<style>
span { border-color: #5D79DB; }
span { border-color: rgb(93,121,219); }
td.TdClassName
{
border-color: #5D79DB;
}
.TagClassName
{
border-color: #5D79DB;
}
</style>