Shades of Medium Blue #280CD6
Tints of Medium Blue #280CD6
RGB
CMYK
RGB Variations
Color information
#280CD6 (or 0x280CD6) is known color: Medium Blue. HEX triplet: 28, 0C and D6. RGB value is (40,12,214). Sum of RGB (Red+Green+Blue) = 40+12+214=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 214 (83.98% from 255 or 80.45% from 266); Max value from RGB is 214 - color contains mainly: blue. Hex color #280CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CD6 is #D7F329. Grayscale: #2A2A2A. Windows color (decimal): -14152490 or 14027816. OLE color: 14027816.
HSL color Cylindrical-coordinate representation of color #280CD6: hue angle of 248.32º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280CD6 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 12 | 214 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.16 |
| HSL | 248.32º | 0.89% | 0.44% | - |
| HSV(B) | 248.32º | 0.94% | 0.84% | - |
| XYZ | 13.14 | 5.57 | 64 | - |
| YUV | 43.4 | 224.28 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 214 | 0.81 | 0.94 | 0 | 0.16 | 248.32 | 0.89 | 0.44 |
| Hex | 28 | C | D6 | 51 | 5E | 0 | 10 | F8 | 59 | 2C |
| Octal | 50 | 14 | 326 | 121 | 136 | 0 | 20 | 370 | 131 | 54 |
| Binary | 101000 | 1100 | 11010110 | 1010001 | 1011110 | 0 | 10000 | 11111000 | 1011001 | 101100 |
Color Harmonies of #280CD6
Complementary color
Monochromatic Colors of #280CD6
Black with #280CD6
Text Example
Text Example
White with #280CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CD6; }
p { color: rgb(40,12,214); }
H1.HeaderClassName
{
color: #280CD6;
}
.AnyTagClassName
{
color: #280CD6;
}
</style>
background-color css
<style>
a { background-color: #280CD6; }
a { background-color: rgb(40,12,214); }
div.DivClassName
{
background-color: #280CD6;
}
.BgClassName
{
background-color: #280CD6;
}
</style>
border-color css
<style>
span { border-color: #280CD6; }
span { border-color: rgb(40,12,214); }
td.TdClassName
{
border-color: #280CD6;
}
.TagClassName
{
border-color: #280CD6;
}
</style>