Shades of Medium Blue #280ADF
Tints of Medium Blue #280ADF
RGB
CMYK
RGB Variations
Color information
#280ADF (or 0x280ADF) is known color: Medium Blue. HEX triplet: 28, 0A and DF. RGB value is (40,10,223). Sum of RGB (Red+Green+Blue) = 40+10+223=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #280ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ADF is #D7F520. Grayscale: #2A2A2A. Windows color (decimal): -14152993 or 14617128. OLE color: 14617128.
HSL color Cylindrical-coordinate representation of color #280ADF: hue angle of 248.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280ADF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 10 | 223 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.13 |
| HSL | 248.45º | 0.91% | 0.46% | - |
| HSV(B) | 248.45º | 0.96% | 0.87% | - |
| XYZ | 14.3 | 6 | 70.22 | - |
| YUV | 43.25 | 229.44 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 223 | 0.82 | 0.96 | 0 | 0.13 | 248.45 | 0.91 | 0.46 |
| Hex | 28 | A | DF | 52 | 60 | 0 | D | F8 | 5B | 2E |
| Octal | 50 | 12 | 337 | 122 | 140 | 0 | 15 | 370 | 133 | 56 |
| Binary | 101000 | 1010 | 11011111 | 1010010 | 1100000 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #280ADF
Complementary color
Monochromatic Colors of #280ADF
Black with #280ADF
Text Example
Text Example
White with #280ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280ADF; }
p { color: rgb(40,10,223); }
H1.HeaderClassName
{
color: #280ADF;
}
.AnyTagClassName
{
color: #280ADF;
}
</style>
background-color css
<style>
a { background-color: #280ADF; }
a { background-color: rgb(40,10,223); }
div.DivClassName
{
background-color: #280ADF;
}
.BgClassName
{
background-color: #280ADF;
}
</style>
border-color css
<style>
span { border-color: #280ADF; }
span { border-color: rgb(40,10,223); }
td.TdClassName
{
border-color: #280ADF;
}
.TagClassName
{
border-color: #280ADF;
}
</style>