Shades of Medium Blue #280BBE
Tints of Medium Blue #280BBE
RGB
CMYK
RGB Variations
Color information
#280BBE (or 0x280BBE) is known color: Medium Blue. HEX triplet: 28, 0B and BE. RGB value is (40,11,190). Sum of RGB (Red+Green+Blue) = 40+11+190=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #280BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BBE is #D7F441. Grayscale: #272727. Windows color (decimal): -14152770 or 12454696. OLE color: 12454696.
HSL color Cylindrical-coordinate representation of color #280BBE: hue angle of 249.72º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280BBE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 11 | 190 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.25 |
| HSL | 249.72º | 0.89% | 0.39% | - |
| HSV(B) | 249.72º | 0.94% | 0.75% | - |
| XYZ | 10.29 | 4.41 | 49.02 | - |
| YUV | 40.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 190 | 0.79 | 0.94 | 0 | 0.25 | 249.72 | 0.89 | 0.39 |
| Hex | 28 | B | BE | 4F | 5E | 0 | 19 | FA | 59 | 27 |
| Octal | 50 | 13 | 276 | 117 | 136 | 0 | 31 | 372 | 131 | 47 |
| Binary | 101000 | 1011 | 10111110 | 1001111 | 1011110 | 0 | 11001 | 11111010 | 1011001 | 100111 |
Color Harmonies of #280BBE
Complementary color
Monochromatic Colors of #280BBE
Black with #280BBE
Text Example
Text Example
White with #280BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BBE; }
p { color: rgb(40,11,190); }
H1.HeaderClassName
{
color: #280BBE;
}
.AnyTagClassName
{
color: #280BBE;
}
</style>
background-color css
<style>
a { background-color: #280BBE; }
a { background-color: rgb(40,11,190); }
div.DivClassName
{
background-color: #280BBE;
}
.BgClassName
{
background-color: #280BBE;
}
</style>
border-color css
<style>
span { border-color: #280BBE; }
span { border-color: rgb(40,11,190); }
td.TdClassName
{
border-color: #280BBE;
}
.TagClassName
{
border-color: #280BBE;
}
</style>