Shades of Medium Blue #050BDA
Tints of Medium Blue #050BDA
RGB
CMYK
RGB Variations
Color information
#050BDA (or 0x050BDA) is known color: Medium Blue. HEX triplet: 05, 0B and DA. RGB value is (5,11,218). Sum of RGB (Red+Green+Blue) = 5+11+218=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 218 (85.55% from 255 or 93.16% from 234); Max value from RGB is 218 - color contains mainly: blue. Hex color #050BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BDA is #FAF425. Grayscale: #1F1F1F. Windows color (decimal): -16446502 or 14289669. OLE color: 14289669.
HSL color Cylindrical-coordinate representation of color #050BDA: hue angle of 238.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050BDA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 11 | 218 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.15 |
| HSL | 238.31º | 0.96% | 0.44% | - |
| HSV(B) | 238.31º | 0.98% | 0.85% | - |
| XYZ | 12.84 | 5.33 | 66.68 | - |
| YUV | 32.8 | 232.51 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 218 | 0.98 | 0.95 | 0 | 0.15 | 238.31 | 0.96 | 0.44 |
| Hex | 5 | B | DA | 62 | 5F | 0 | F | EE | 60 | 2C |
| Octal | 5 | 13 | 332 | 142 | 137 | 0 | 17 | 356 | 140 | 54 |
| Binary | 101 | 1011 | 11011010 | 1100010 | 1011111 | 0 | 1111 | 11101110 | 1100000 | 101100 |
Color Harmonies of #050BDA
Complementary color
Monochromatic Colors of #050BDA
Black with #050BDA
Text Example
Text Example
White with #050BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050BDA; }
p { color: rgb(5,11,218); }
H1.HeaderClassName
{
color: #050BDA;
}
.AnyTagClassName
{
color: #050BDA;
}
</style>
background-color css
<style>
a { background-color: #050BDA; }
a { background-color: rgb(5,11,218); }
div.DivClassName
{
background-color: #050BDA;
}
.BgClassName
{
background-color: #050BDA;
}
</style>
border-color css
<style>
span { border-color: #050BDA; }
span { border-color: rgb(5,11,218); }
td.TdClassName
{
border-color: #050BDA;
}
.TagClassName
{
border-color: #050BDA;
}
</style>