Shades of Medium Blue #0028DB
Tints of Medium Blue #0028DB
RGB
CMYK
RGB Variations
Color information
#0028DB (or 0x0028DB) is known color: Medium Blue. HEX triplet: 00, 28 and DB. RGB value is (0,40,219). Sum of RGB (Red+Green+Blue) = 0+40+219=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #0028DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028DB is #FFD724. Grayscale: #2F2F2F. Windows color (decimal): -16766757 or 14362624. OLE color: 14362624.
HSL color Cylindrical-coordinate representation of color #0028DB: hue angle of 229.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028DB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 40 | 219 | - |
| CMYK | 1 | 0.82 | 0 | 0.14 |
| HSL | 229.04º | 1% | 0.43% | - |
| HSV(B) | 229.04º | 1% | 0.86% | - |
| XYZ | 13.54 | 6.63 | 67.58 | - |
| YUV | 48.45 | 224.25 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 219 | 1 | 0.82 | 0 | 0.14 | 229.04 | 1 | 0.43 |
| Hex | 0 | 28 | DB | 64 | 52 | 0 | E | E5 | 64 | 2B |
| Octal | 0 | 50 | 333 | 144 | 122 | 0 | 16 | 345 | 144 | 53 |
| Binary | 0 | 101000 | 11011011 | 1100100 | 1010010 | 0 | 1110 | 11100101 | 1100100 | 101011 |
Color Harmonies of #0028DB
Complementary color
Monochromatic Colors of #0028DB
Black with #0028DB
Text Example
Text Example
White with #0028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028DB; }
p { color: rgb(0,40,219); }
H1.HeaderClassName
{
color: #0028DB;
}
.AnyTagClassName
{
color: #0028DB;
}
</style>
background-color css
<style>
a { background-color: #0028DB; }
a { background-color: rgb(0,40,219); }
div.DivClassName
{
background-color: #0028DB;
}
.BgClassName
{
background-color: #0028DB;
}
</style>
border-color css
<style>
span { border-color: #0028DB; }
span { border-color: rgb(0,40,219); }
td.TdClassName
{
border-color: #0028DB;
}
.TagClassName
{
border-color: #0028DB;
}
</style>