Shades of Medium Blue #280DDD
Tints of Medium Blue #280DDD
RGB
CMYK
RGB Variations
Color information
#280DDD (or 0x280DDD) is known color: Medium Blue. HEX triplet: 28, 0D and DD. RGB value is (40,13,221). Sum of RGB (Red+Green+Blue) = 40+13+221=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #280DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DDD is #D7F222. Grayscale: #2B2B2B. Windows color (decimal): -14152227 or 14486824. OLE color: 14486824.
HSL color Cylindrical-coordinate representation of color #280DDD: hue angle of 247.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DDD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 13 | 221 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.13 |
| HSL | 247.79º | 0.89% | 0.46% | - |
| HSV(B) | 247.79º | 0.94% | 0.87% | - |
| XYZ | 14.07 | 5.96 | 68.82 | - |
| YUV | 44.79 | 227.45 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 221 | 0.82 | 0.94 | 0 | 0.13 | 247.79 | 0.89 | 0.46 |
| Hex | 28 | D | DD | 52 | 5E | 0 | D | F8 | 59 | 2E |
| Octal | 50 | 15 | 335 | 122 | 136 | 0 | 15 | 370 | 131 | 56 |
| Binary | 101000 | 1101 | 11011101 | 1010010 | 1011110 | 0 | 1101 | 11111000 | 1011001 | 101110 |
Color Harmonies of #280DDD
Complementary color
Monochromatic Colors of #280DDD
Black with #280DDD
Text Example
Text Example
White with #280DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DDD; }
p { color: rgb(40,13,221); }
H1.HeaderClassName
{
color: #280DDD;
}
.AnyTagClassName
{
color: #280DDD;
}
</style>
background-color css
<style>
a { background-color: #280DDD; }
a { background-color: rgb(40,13,221); }
div.DivClassName
{
background-color: #280DDD;
}
.BgClassName
{
background-color: #280DDD;
}
</style>
border-color css
<style>
span { border-color: #280DDD; }
span { border-color: rgb(40,13,221); }
td.TdClassName
{
border-color: #280DDD;
}
.TagClassName
{
border-color: #280DDD;
}
</style>