Shades of Medium Blue #280ABA
Tints of Medium Blue #280ABA
RGB
CMYK
RGB Variations
Color information
#280ABA (or 0x280ABA) is known color: Medium Blue. HEX triplet: 28, 0A and BA. RGB value is (40,10,186). Sum of RGB (Red+Green+Blue) = 40+10+186=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #280ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ABA is #D7F545. Grayscale: #262626. Windows color (decimal): -14153030 or 12192296. OLE color: 12192296.
HSL color Cylindrical-coordinate representation of color #280ABA: hue angle of 250.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280ABA is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 10 | 186 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.27 |
| HSL | 250.23º | 0.9% | 0.38% | - |
| HSV(B) | 250.23º | 0.95% | 0.73% | - |
| XYZ | 9.85 | 4.21 | 46.75 | - |
| YUV | 39.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 186 | 0.78 | 0.95 | 0 | 0.27 | 250.23 | 0.9 | 0.38 |
| Hex | 28 | A | BA | 4E | 5F | 0 | 1B | FA | 5A | 26 |
| Octal | 50 | 12 | 272 | 116 | 137 | 0 | 33 | 372 | 132 | 46 |
| Binary | 101000 | 1010 | 10111010 | 1001110 | 1011111 | 0 | 11011 | 11111010 | 1011010 | 100110 |
Color Harmonies of #280ABA
Complementary color
Monochromatic Colors of #280ABA
Black with #280ABA
Text Example
Text Example
White with #280ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ABA; }
p { color: rgb(40,10,186); }
H1.HeaderClassName
{
color: #280ABA;
}
.AnyTagClassName
{
color: #280ABA;
}
</style>
background-color css
<style>
a { background-color: #280ABA; }
a { background-color: rgb(40,10,186); }
div.DivClassName
{
background-color: #280ABA;
}
.BgClassName
{
background-color: #280ABA;
}
</style>
border-color css
<style>
span { border-color: #280ABA; }
span { border-color: rgb(40,10,186); }
td.TdClassName
{
border-color: #280ABA;
}
.TagClassName
{
border-color: #280ABA;
}
</style>