Shades of Medium Blue #280BDA
Tints of Medium Blue #280BDA
RGB
CMYK
RGB Variations
Color information
#280BDA (or 0x280BDA) is known color: Medium Blue. HEX triplet: 28, 0B and DA. RGB value is (40,11,218). Sum of RGB (Red+Green+Blue) = 40+11+218=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #280BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BDA is #D7F425. Grayscale: #2A2A2A. Windows color (decimal): -14152742 or 14289704. OLE color: 14289704.
HSL color Cylindrical-coordinate representation of color #280BDA: hue angle of 248.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BDA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 11 | 218 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.15 |
| HSL | 248.41º | 0.9% | 0.45% | - |
| HSV(B) | 248.41º | 0.95% | 0.85% | - |
| XYZ | 13.65 | 5.75 | 66.72 | - |
| YUV | 43.27 | 226.61 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 218 | 0.82 | 0.95 | 0 | 0.15 | 248.41 | 0.9 | 0.45 |
| Hex | 28 | B | DA | 52 | 5F | 0 | F | F8 | 5A | 2D |
| Octal | 50 | 13 | 332 | 122 | 137 | 0 | 17 | 370 | 132 | 55 |
| Binary | 101000 | 1011 | 11011010 | 1010010 | 1011111 | 0 | 1111 | 11111000 | 1011010 | 101101 |
Color Harmonies of #280BDA
Complementary color
Monochromatic Colors of #280BDA
Black with #280BDA
Text Example
Text Example
White with #280BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BDA; }
p { color: rgb(40,11,218); }
H1.HeaderClassName
{
color: #280BDA;
}
.AnyTagClassName
{
color: #280BDA;
}
</style>
background-color css
<style>
a { background-color: #280BDA; }
a { background-color: rgb(40,11,218); }
div.DivClassName
{
background-color: #280BDA;
}
.BgClassName
{
background-color: #280BDA;
}
</style>
border-color css
<style>
span { border-color: #280BDA; }
span { border-color: rgb(40,11,218); }
td.TdClassName
{
border-color: #280BDA;
}
.TagClassName
{
border-color: #280BDA;
}
</style>