Shades of Medium Blue #280AC2
Tints of Medium Blue #280AC2
RGB
CMYK
RGB Variations
Color information
#280AC2 (or 0x280AC2) is known color: Medium Blue. HEX triplet: 28, 0A and C2. RGB value is (40,10,194). Sum of RGB (Red+Green+Blue) = 40+10+194=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 194 (76.17% from 255 or 79.51% from 244); Max value from RGB is 194 - color contains mainly: blue. Hex color #280AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280AC2 is #D7F53D. Grayscale: #272727. Windows color (decimal): -14153022 or 12716584. OLE color: 12716584.
HSL color Cylindrical-coordinate representation of color #280AC2: hue angle of 249.78º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280AC2 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 10 | 194 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.24 |
| HSL | 249.78º | 0.9% | 0.4% | - |
| HSV(B) | 249.78º | 0.95% | 0.76% | - |
| XYZ | 10.72 | 4.56 | 51.35 | - |
| YUV | 39.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 194 | 0.79 | 0.95 | 0 | 0.24 | 249.78 | 0.9 | 0.4 |
| Hex | 28 | A | C2 | 4F | 5F | 0 | 18 | FA | 5A | 28 |
| Octal | 50 | 12 | 302 | 117 | 137 | 0 | 30 | 372 | 132 | 50 |
| Binary | 101000 | 1010 | 11000010 | 1001111 | 1011111 | 0 | 11000 | 11111010 | 1011010 | 101000 |
Color Harmonies of #280AC2
Complementary color
Monochromatic Colors of #280AC2
Black with #280AC2
Text Example
Text Example
White with #280AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AC2; }
p { color: rgb(40,10,194); }
H1.HeaderClassName
{
color: #280AC2;
}
.AnyTagClassName
{
color: #280AC2;
}
</style>
background-color css
<style>
a { background-color: #280AC2; }
a { background-color: rgb(40,10,194); }
div.DivClassName
{
background-color: #280AC2;
}
.BgClassName
{
background-color: #280AC2;
}
</style>
border-color css
<style>
span { border-color: #280AC2; }
span { border-color: rgb(40,10,194); }
td.TdClassName
{
border-color: #280AC2;
}
.TagClassName
{
border-color: #280AC2;
}
</style>