Shades of Medium Blue #280BBA
Tints of Medium Blue #280BBA
RGB
CMYK
RGB Variations
Color information
#280BBA (or 0x280BBA) is known color: Medium Blue. HEX triplet: 28, 0B and BA. RGB value is (40,11,186). Sum of RGB (Red+Green+Blue) = 40+11+186=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #280BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BBA is #D7F445. Grayscale: #262626. Windows color (decimal): -14152774 or 12192552. OLE color: 12192552.
HSL color Cylindrical-coordinate representation of color #280BBA: hue angle of 249.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280BBA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 11 | 186 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.27 |
| HSL | 249.94º | 0.89% | 0.39% | - |
| HSV(B) | 249.94º | 0.94% | 0.73% | - |
| XYZ | 9.86 | 4.24 | 46.75 | - |
| YUV | 39.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 186 | 0.78 | 0.94 | 0 | 0.27 | 249.94 | 0.89 | 0.39 |
| Hex | 28 | B | BA | 4E | 5E | 0 | 1B | FA | 59 | 27 |
| Octal | 50 | 13 | 272 | 116 | 136 | 0 | 33 | 372 | 131 | 47 |
| Binary | 101000 | 1011 | 10111010 | 1001110 | 1011110 | 0 | 11011 | 11111010 | 1011001 | 100111 |
Color Harmonies of #280BBA
Complementary color
Monochromatic Colors of #280BBA
Black with #280BBA
Text Example
Text Example
White with #280BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BBA; }
p { color: rgb(40,11,186); }
H1.HeaderClassName
{
color: #280BBA;
}
.AnyTagClassName
{
color: #280BBA;
}
</style>
background-color css
<style>
a { background-color: #280BBA; }
a { background-color: rgb(40,11,186); }
div.DivClassName
{
background-color: #280BBA;
}
.BgClassName
{
background-color: #280BBA;
}
</style>
border-color css
<style>
span { border-color: #280BBA; }
span { border-color: rgb(40,11,186); }
td.TdClassName
{
border-color: #280BBA;
}
.TagClassName
{
border-color: #280BBA;
}
</style>