Shades of Medium Blue #280CBB
Tints of Medium Blue #280CBB
RGB
CMYK
RGB Variations
Color information
#280CBB (or 0x280CBB) is known color: Medium Blue. HEX triplet: 28, 0C and BB. RGB value is (40,12,187). Sum of RGB (Red+Green+Blue) = 40+12+187=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #280CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CBB is #D7F344. Grayscale: #272727. Windows color (decimal): -14152517 or 12258344. OLE color: 12258344.
HSL color Cylindrical-coordinate representation of color #280CBB: hue angle of 249.6º degrees, saturation: 0.88, 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 #280CBB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 12 | 187 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.27 |
| HSL | 249.6º | 0.88% | 0.39% | - |
| HSV(B) | 249.6º | 0.94% | 0.73% | - |
| XYZ | 9.98 | 4.3 | 47.32 | - |
| YUV | 40.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 187 | 0.79 | 0.94 | 0 | 0.27 | 249.6 | 0.88 | 0.39 |
| Hex | 28 | C | BB | 4F | 5E | 0 | 1B | FA | 58 | 27 |
| Octal | 50 | 14 | 273 | 117 | 136 | 0 | 33 | 372 | 130 | 47 |
| Binary | 101000 | 1100 | 10111011 | 1001111 | 1011110 | 0 | 11011 | 11111010 | 1011000 | 100111 |
Color Harmonies of #280CBB
Complementary color
Monochromatic Colors of #280CBB
Black with #280CBB
Text Example
Text Example
White with #280CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CBB; }
p { color: rgb(40,12,187); }
H1.HeaderClassName
{
color: #280CBB;
}
.AnyTagClassName
{
color: #280CBB;
}
</style>
background-color css
<style>
a { background-color: #280CBB; }
a { background-color: rgb(40,12,187); }
div.DivClassName
{
background-color: #280CBB;
}
.BgClassName
{
background-color: #280CBB;
}
</style>
border-color css
<style>
span { border-color: #280CBB; }
span { border-color: rgb(40,12,187); }
td.TdClassName
{
border-color: #280CBB;
}
.TagClassName
{
border-color: #280CBB;
}
</style>