Shades of Medium Blue #0028DC
Tints of Medium Blue #0028DC
RGB
CMYK
RGB Variations
Color information
#0028DC (or 0x0028DC) is known color: Medium Blue. HEX triplet: 00, 28 and DC. RGB value is (0,40,220). Sum of RGB (Red+Green+Blue) = 0+40+220=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #0028DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028DC is #FFD723. Grayscale: #2F2F2F. Windows color (decimal): -16766756 or 14428160. OLE color: 14428160.
HSL color Cylindrical-coordinate representation of color #0028DC: hue angle of 229.09º 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 #0028DC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 40 | 220 | - |
| CMYK | 1 | 0.82 | 0 | 0.14 |
| HSL | 229.09º | 1% | 0.43% | - |
| HSV(B) | 229.09º | 1% | 0.86% | - |
| XYZ | 13.68 | 6.68 | 68.28 | - |
| YUV | 48.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 220 | 1 | 0.82 | 0 | 0.14 | 229.09 | 1 | 0.43 |
| Hex | 0 | 28 | DC | 64 | 52 | 0 | E | E5 | 64 | 2B |
| Octal | 0 | 50 | 334 | 144 | 122 | 0 | 16 | 345 | 144 | 53 |
| Binary | 0 | 101000 | 11011100 | 1100100 | 1010010 | 0 | 1110 | 11100101 | 1100100 | 101011 |
Color Harmonies of #0028DC
Complementary color
Monochromatic Colors of #0028DC
Black with #0028DC
Text Example
Text Example
White with #0028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028DC; }
p { color: rgb(0,40,220); }
H1.HeaderClassName
{
color: #0028DC;
}
.AnyTagClassName
{
color: #0028DC;
}
</style>
background-color css
<style>
a { background-color: #0028DC; }
a { background-color: rgb(0,40,220); }
div.DivClassName
{
background-color: #0028DC;
}
.BgClassName
{
background-color: #0028DC;
}
</style>
border-color css
<style>
span { border-color: #0028DC; }
span { border-color: rgb(0,40,220); }
td.TdClassName
{
border-color: #0028DC;
}
.TagClassName
{
border-color: #0028DC;
}
</style>