Shades of Medium Blue #280CBD
Tints of Medium Blue #280CBD
RGB
CMYK
RGB Variations
Color information
#280CBD (or 0x280CBD) is known color: Medium Blue. HEX triplet: 28, 0C and BD. RGB value is (40,12,189). Sum of RGB (Red+Green+Blue) = 40+12+189=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #280CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CBD is #D7F342. Grayscale: #272727. Windows color (decimal): -14152515 or 12389416. OLE color: 12389416.
HSL color Cylindrical-coordinate representation of color #280CBD: hue angle of 249.49º 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 #280CBD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 12 | 189 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.26 |
| HSL | 249.49º | 0.88% | 0.39% | - |
| HSV(B) | 249.49º | 0.94% | 0.74% | - |
| XYZ | 10.19 | 4.39 | 48.45 | - |
| YUV | 40.55 | 211.78 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 189 | 0.79 | 0.94 | 0 | 0.26 | 249.49 | 0.88 | 0.39 |
| Hex | 28 | C | BD | 4F | 5E | 0 | 1A | F9 | 58 | 27 |
| Octal | 50 | 14 | 275 | 117 | 136 | 0 | 32 | 371 | 130 | 47 |
| Binary | 101000 | 1100 | 10111101 | 1001111 | 1011110 | 0 | 11010 | 11111001 | 1011000 | 100111 |
Color Harmonies of #280CBD
Complementary color
Monochromatic Colors of #280CBD
Black with #280CBD
Text Example
Text Example
White with #280CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CBD; }
p { color: rgb(40,12,189); }
H1.HeaderClassName
{
color: #280CBD;
}
.AnyTagClassName
{
color: #280CBD;
}
</style>
background-color css
<style>
a { background-color: #280CBD; }
a { background-color: rgb(40,12,189); }
div.DivClassName
{
background-color: #280CBD;
}
.BgClassName
{
background-color: #280CBD;
}
</style>
border-color css
<style>
span { border-color: #280CBD; }
span { border-color: rgb(40,12,189); }
td.TdClassName
{
border-color: #280CBD;
}
.TagClassName
{
border-color: #280CBD;
}
</style>