Shades of Medium Blue #280AD6
Tints of Medium Blue #280AD6
RGB
CMYK
RGB Variations
Color information
#280AD6 (or 0x280AD6) is known color: Medium Blue. HEX triplet: 28, 0A and D6. RGB value is (40,10,214). Sum of RGB (Red+Green+Blue) = 40+10+214=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 214 (83.98% from 255 or 81.06% from 264); Max value from RGB is 214 - color contains mainly: blue. Hex color #280AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280AD6 is #D7F529. Grayscale: #292929. Windows color (decimal): -14153002 or 14027304. OLE color: 14027304.
HSL color Cylindrical-coordinate representation of color #280AD6: hue angle of 248.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280AD6 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 10 | 214 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.16 |
| HSL | 248.82º | 0.91% | 0.44% | - |
| HSV(B) | 248.82º | 0.95% | 0.84% | - |
| XYZ | 13.12 | 5.52 | 63.99 | - |
| YUV | 42.23 | 224.94 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 214 | 0.81 | 0.95 | 0 | 0.16 | 248.82 | 0.91 | 0.44 |
| Hex | 28 | A | D6 | 51 | 5F | 0 | 10 | F9 | 5B | 2C |
| Octal | 50 | 12 | 326 | 121 | 137 | 0 | 20 | 371 | 133 | 54 |
| Binary | 101000 | 1010 | 11010110 | 1010001 | 1011111 | 0 | 10000 | 11111001 | 1011011 | 101100 |
Color Harmonies of #280AD6
Complementary color
Monochromatic Colors of #280AD6
Black with #280AD6
Text Example
Text Example
White with #280AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AD6; }
p { color: rgb(40,10,214); }
H1.HeaderClassName
{
color: #280AD6;
}
.AnyTagClassName
{
color: #280AD6;
}
</style>
background-color css
<style>
a { background-color: #280AD6; }
a { background-color: rgb(40,10,214); }
div.DivClassName
{
background-color: #280AD6;
}
.BgClassName
{
background-color: #280AD6;
}
</style>
border-color css
<style>
span { border-color: #280AD6; }
span { border-color: rgb(40,10,214); }
td.TdClassName
{
border-color: #280AD6;
}
.TagClassName
{
border-color: #280AD6;
}
</style>