Shades of Medium Blue #280FDF
Tints of Medium Blue #280FDF
RGB
CMYK
RGB Variations
Color information
#280FDF (or 0x280FDF) is known color: Medium Blue. HEX triplet: 28, 0F and DF. RGB value is (40,15,223). Sum of RGB (Red+Green+Blue) = 40+15+223=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #280FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FDF is #D7F020. Grayscale: #2D2D2D. Windows color (decimal): -14151713 or 14618408. OLE color: 14618408.
HSL color Cylindrical-coordinate representation of color #280FDF: hue angle of 247.21º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280FDF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 15 | 223 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.13 |
| HSL | 247.21º | 0.87% | 0.47% | - |
| HSV(B) | 247.21º | 0.93% | 0.87% | - |
| XYZ | 14.37 | 6.12 | 70.24 | - |
| YUV | 46.19 | 227.78 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 223 | 0.82 | 0.93 | 0 | 0.13 | 247.21 | 0.87 | 0.47 |
| Hex | 28 | F | DF | 52 | 5D | 0 | D | F7 | 57 | 2F |
| Octal | 50 | 17 | 337 | 122 | 135 | 0 | 15 | 367 | 127 | 57 |
| Binary | 101000 | 1111 | 11011111 | 1010010 | 1011101 | 0 | 1101 | 11110111 | 1010111 | 101111 |
Color Harmonies of #280FDF
Complementary color
Monochromatic Colors of #280FDF
Black with #280FDF
Text Example
Text Example
White with #280FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FDF; }
p { color: rgb(40,15,223); }
H1.HeaderClassName
{
color: #280FDF;
}
.AnyTagClassName
{
color: #280FDF;
}
</style>
background-color css
<style>
a { background-color: #280FDF; }
a { background-color: rgb(40,15,223); }
div.DivClassName
{
background-color: #280FDF;
}
.BgClassName
{
background-color: #280FDF;
}
</style>
border-color css
<style>
span { border-color: #280FDF; }
span { border-color: rgb(40,15,223); }
td.TdClassName
{
border-color: #280FDF;
}
.TagClassName
{
border-color: #280FDF;
}
</style>