Shades of Medium Blue #280CBC
Tints of Medium Blue #280CBC
RGB
CMYK
RGB Variations
Color information
#280CBC (or 0x280CBC) is known color: Medium Blue. HEX triplet: 28, 0C and BC. RGB value is (40,12,188). Sum of RGB (Red+Green+Blue) = 40+12+188=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #280CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CBC is #D7F343. Grayscale: #272727. Windows color (decimal): -14152516 or 12323880. OLE color: 12323880.
HSL color Cylindrical-coordinate representation of color #280CBC: hue angle of 249.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280CBC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 12 | 188 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.26 |
| HSL | 249.55º | 0.88% | 0.39% | - |
| HSV(B) | 249.55º | 0.94% | 0.74% | - |
| XYZ | 10.08 | 4.34 | 47.88 | - |
| YUV | 40.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 188 | 0.79 | 0.94 | 0 | 0.26 | 249.55 | 0.88 | 0.39 |
| Hex | 28 | C | BC | 4F | 5E | 0 | 1A | FA | 58 | 27 |
| Octal | 50 | 14 | 274 | 117 | 136 | 0 | 32 | 372 | 130 | 47 |
| Binary | 101000 | 1100 | 10111100 | 1001111 | 1011110 | 0 | 11010 | 11111010 | 1011000 | 100111 |
Color Harmonies of #280CBC
Complementary color
Monochromatic Colors of #280CBC
Black with #280CBC
Text Example
Text Example
White with #280CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CBC; }
p { color: rgb(40,12,188); }
H1.HeaderClassName
{
color: #280CBC;
}
.AnyTagClassName
{
color: #280CBC;
}
</style>
background-color css
<style>
a { background-color: #280CBC; }
a { background-color: rgb(40,12,188); }
div.DivClassName
{
background-color: #280CBC;
}
.BgClassName
{
background-color: #280CBC;
}
</style>
border-color css
<style>
span { border-color: #280CBC; }
span { border-color: rgb(40,12,188); }
td.TdClassName
{
border-color: #280CBC;
}
.TagClassName
{
border-color: #280CBC;
}
</style>