Shades of Medium Blue #050ADB
Tints of Medium Blue #050ADB
RGB
CMYK
RGB Variations
Color information
#050ADB (or 0x050ADB) is known color: Medium Blue. HEX triplet: 05, 0A and DB. RGB value is (5,10,219). Sum of RGB (Red+Green+Blue) = 5+10+219=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #050ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ADB is #FAF524. Grayscale: #1F1F1F. Windows color (decimal): -16446757 or 14354949. OLE color: 14354949.
HSL color Cylindrical-coordinate representation of color #050ADB: hue angle of 238.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ADB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 10 | 219 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.14 |
| HSL | 238.6º | 0.96% | 0.44% | - |
| HSV(B) | 238.6º | 0.98% | 0.86% | - |
| XYZ | 12.96 | 5.36 | 67.37 | - |
| YUV | 32.33 | 233.34 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 219 | 0.98 | 0.95 | 0 | 0.14 | 238.6 | 0.96 | 0.44 |
| Hex | 5 | A | DB | 62 | 5F | 0 | E | EF | 60 | 2C |
| Octal | 5 | 12 | 333 | 142 | 137 | 0 | 16 | 357 | 140 | 54 |
| Binary | 101 | 1010 | 11011011 | 1100010 | 1011111 | 0 | 1110 | 11101111 | 1100000 | 101100 |
Color Harmonies of #050ADB
Complementary color
Monochromatic Colors of #050ADB
Black with #050ADB
Text Example
Text Example
White with #050ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ADB; }
p { color: rgb(5,10,219); }
H1.HeaderClassName
{
color: #050ADB;
}
.AnyTagClassName
{
color: #050ADB;
}
</style>
background-color css
<style>
a { background-color: #050ADB; }
a { background-color: rgb(5,10,219); }
div.DivClassName
{
background-color: #050ADB;
}
.BgClassName
{
background-color: #050ADB;
}
</style>
border-color css
<style>
span { border-color: #050ADB; }
span { border-color: rgb(5,10,219); }
td.TdClassName
{
border-color: #050ADB;
}
.TagClassName
{
border-color: #050ADB;
}
</style>