Shades of Medium Blue #280BDF
Tints of Medium Blue #280BDF
RGB
CMYK
RGB Variations
Color information
#280BDF (or 0x280BDF) is known color: Medium Blue. HEX triplet: 28, 0B and DF. RGB value is (40,11,223). Sum of RGB (Red+Green+Blue) = 40+11+223=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #280BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280BDF is #D7F420. Grayscale: #2B2B2B. Windows color (decimal): -14152737 or 14617384. OLE color: 14617384.
HSL color Cylindrical-coordinate representation of color #280BDF: hue angle of 248.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280BDF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 11 | 223 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.13 |
| HSL | 248.21º | 0.91% | 0.46% | - |
| HSV(B) | 248.21º | 0.95% | 0.87% | - |
| XYZ | 14.31 | 6.02 | 70.22 | - |
| YUV | 43.84 | 229.11 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 223 | 0.82 | 0.95 | 0 | 0.13 | 248.21 | 0.91 | 0.46 |
| Hex | 28 | B | DF | 52 | 5F | 0 | D | F8 | 5B | 2E |
| Octal | 50 | 13 | 337 | 122 | 137 | 0 | 15 | 370 | 133 | 56 |
| Binary | 101000 | 1011 | 11011111 | 1010010 | 1011111 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #280BDF
Complementary color
Monochromatic Colors of #280BDF
Black with #280BDF
Text Example
Text Example
White with #280BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280BDF; }
p { color: rgb(40,11,223); }
H1.HeaderClassName
{
color: #280BDF;
}
.AnyTagClassName
{
color: #280BDF;
}
</style>
background-color css
<style>
a { background-color: #280BDF; }
a { background-color: rgb(40,11,223); }
div.DivClassName
{
background-color: #280BDF;
}
.BgClassName
{
background-color: #280BDF;
}
</style>
border-color css
<style>
span { border-color: #280BDF; }
span { border-color: rgb(40,11,223); }
td.TdClassName
{
border-color: #280BDF;
}
.TagClassName
{
border-color: #280BDF;
}
</style>