Shades of Medium Blue #280DDA
Tints of Medium Blue #280DDA
RGB
CMYK
RGB Variations
Color information
#280DDA (or 0x280DDA) is known color: Medium Blue. HEX triplet: 28, 0D and DA. RGB value is (40,13,218). Sum of RGB (Red+Green+Blue) = 40+13+218=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #280DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DDA is #D7F225. Grayscale: #2B2B2B. Windows color (decimal): -14152230 or 14290216. OLE color: 14290216.
HSL color Cylindrical-coordinate representation of color #280DDA: hue angle of 247.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DDA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 13 | 218 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.15 |
| HSL | 247.9º | 0.89% | 0.45% | - |
| HSV(B) | 247.9º | 0.94% | 0.85% | - |
| XYZ | 13.67 | 5.8 | 66.73 | - |
| YUV | 44.44 | 225.95 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 218 | 0.82 | 0.94 | 0 | 0.15 | 247.9 | 0.89 | 0.45 |
| Hex | 28 | D | DA | 52 | 5E | 0 | F | F8 | 59 | 2D |
| Octal | 50 | 15 | 332 | 122 | 136 | 0 | 17 | 370 | 131 | 55 |
| Binary | 101000 | 1101 | 11011010 | 1010010 | 1011110 | 0 | 1111 | 11111000 | 1011001 | 101101 |
Color Harmonies of #280DDA
Complementary color
Monochromatic Colors of #280DDA
Black with #280DDA
Text Example
Text Example
White with #280DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DDA; }
p { color: rgb(40,13,218); }
H1.HeaderClassName
{
color: #280DDA;
}
.AnyTagClassName
{
color: #280DDA;
}
</style>
background-color css
<style>
a { background-color: #280DDA; }
a { background-color: rgb(40,13,218); }
div.DivClassName
{
background-color: #280DDA;
}
.BgClassName
{
background-color: #280DDA;
}
</style>
border-color css
<style>
span { border-color: #280DDA; }
span { border-color: rgb(40,13,218); }
td.TdClassName
{
border-color: #280DDA;
}
.TagClassName
{
border-color: #280DDA;
}
</style>