Shades of Medium Blue #051ADB
Tints of Medium Blue #051ADB
RGB
CMYK
RGB Variations
Color information
#051ADB (or 0x051ADB) is known color: Medium Blue. HEX triplet: 05, 1A and DB. RGB value is (5,26,219). Sum of RGB (Red+Green+Blue) = 5+26+219=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #051ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ADB is #FAE524. Grayscale: #282828. Windows color (decimal): -16442661 or 14359045. OLE color: 14359045.
HSL color Cylindrical-coordinate representation of color #051ADB: hue angle of 234.11º 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 #051ADB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 26 | 219 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.14 |
| HSL | 234.11º | 0.96% | 0.44% | - |
| HSV(B) | 234.11º | 0.98% | 0.86% | - |
| XYZ | 13.22 | 5.89 | 67.46 | - |
| YUV | 41.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 219 | 0.98 | 0.88 | 0 | 0.14 | 234.11 | 0.96 | 0.44 |
| Hex | 5 | 1A | DB | 62 | 58 | 0 | E | EA | 60 | 2C |
| Octal | 5 | 32 | 333 | 142 | 130 | 0 | 16 | 352 | 140 | 54 |
| Binary | 101 | 11010 | 11011011 | 1100010 | 1011000 | 0 | 1110 | 11101010 | 1100000 | 101100 |
Color Harmonies of #051ADB
Complementary color
Monochromatic Colors of #051ADB
Black with #051ADB
Text Example
Text Example
White with #051ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ADB; }
p { color: rgb(5,26,219); }
H1.HeaderClassName
{
color: #051ADB;
}
.AnyTagClassName
{
color: #051ADB;
}
</style>
background-color css
<style>
a { background-color: #051ADB; }
a { background-color: rgb(5,26,219); }
div.DivClassName
{
background-color: #051ADB;
}
.BgClassName
{
background-color: #051ADB;
}
</style>
border-color css
<style>
span { border-color: #051ADB; }
span { border-color: rgb(5,26,219); }
td.TdClassName
{
border-color: #051ADB;
}
.TagClassName
{
border-color: #051ADB;
}
</style>