Shades of Medium Blue #280DBD
Tints of Medium Blue #280DBD
RGB
CMYK
RGB Variations
Color information
#280DBD (or 0x280DBD) is known color: Medium Blue. HEX triplet: 28, 0D and BD. RGB value is (40,13,189). Sum of RGB (Red+Green+Blue) = 40+13+189=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #280DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DBD is #D7F242. Grayscale: #282828. Windows color (decimal): -14152259 or 12389672. OLE color: 12389672.
HSL color Cylindrical-coordinate representation of color #280DBD: hue angle of 249.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DBD is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 13 | 189 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.26 |
| HSL | 249.2º | 0.87% | 0.4% | - |
| HSV(B) | 249.2º | 0.93% | 0.74% | - |
| XYZ | 10.2 | 4.41 | 48.46 | - |
| YUV | 41.14 | 211.45 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 189 | 0.79 | 0.93 | 0 | 0.26 | 249.2 | 0.87 | 0.4 |
| Hex | 28 | D | BD | 4F | 5D | 0 | 1A | F9 | 57 | 28 |
| Octal | 50 | 15 | 275 | 117 | 135 | 0 | 32 | 371 | 127 | 50 |
| Binary | 101000 | 1101 | 10111101 | 1001111 | 1011101 | 0 | 11010 | 11111001 | 1010111 | 101000 |
Color Harmonies of #280DBD
Complementary color
Monochromatic Colors of #280DBD
Black with #280DBD
Text Example
Text Example
White with #280DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DBD; }
p { color: rgb(40,13,189); }
H1.HeaderClassName
{
color: #280DBD;
}
.AnyTagClassName
{
color: #280DBD;
}
</style>
background-color css
<style>
a { background-color: #280DBD; }
a { background-color: rgb(40,13,189); }
div.DivClassName
{
background-color: #280DBD;
}
.BgClassName
{
background-color: #280DBD;
}
</style>
border-color css
<style>
span { border-color: #280DBD; }
span { border-color: rgb(40,13,189); }
td.TdClassName
{
border-color: #280DBD;
}
.TagClassName
{
border-color: #280DBD;
}
</style>