Shades of Medium Blue #280DCC
Tints of Medium Blue #280DCC
RGB
CMYK
RGB Variations
Color information
#280DCC (or 0x280DCC) is known color: Medium Blue. HEX triplet: 28, 0D and CC. RGB value is (40,13,204). Sum of RGB (Red+Green+Blue) = 40+13+204=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #280DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DCC is #D7F233. Grayscale: #2A2A2A. Windows color (decimal): -14152244 or 13372712. OLE color: 13372712.
HSL color Cylindrical-coordinate representation of color #280DCC: hue angle of 248.48º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DCC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 13 | 204 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.2 |
| HSL | 248.48º | 0.88% | 0.43% | - |
| HSV(B) | 248.48º | 0.94% | 0.8% | - |
| XYZ | 11.92 | 5.1 | 57.48 | - |
| YUV | 42.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 204 | 0.80 | 0.94 | 0 | 0.2 | 248.48 | 0.88 | 0.43 |
| Hex | 28 | D | CC | 50 | 5E | 0 | 14 | F8 | 58 | 2B |
| Octal | 50 | 15 | 314 | 120 | 136 | 0 | 24 | 370 | 130 | 53 |
| Binary | 101000 | 1101 | 11001100 | 1010000 | 1011110 | 0 | 10100 | 11111000 | 1011000 | 101011 |
Color Harmonies of #280DCC
Complementary color
Monochromatic Colors of #280DCC
Black with #280DCC
Text Example
Text Example
White with #280DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DCC; }
p { color: rgb(40,13,204); }
H1.HeaderClassName
{
color: #280DCC;
}
.AnyTagClassName
{
color: #280DCC;
}
</style>
background-color css
<style>
a { background-color: #280DCC; }
a { background-color: rgb(40,13,204); }
div.DivClassName
{
background-color: #280DCC;
}
.BgClassName
{
background-color: #280DCC;
}
</style>
border-color css
<style>
span { border-color: #280DCC; }
span { border-color: rgb(40,13,204); }
td.TdClassName
{
border-color: #280DCC;
}
.TagClassName
{
border-color: #280DCC;
}
</style>