Shades of Medium Blue #280CCD
Tints of Medium Blue #280CCD
RGB
CMYK
RGB Variations
Color information
#280CCD (or 0x280CCD) is known color: Medium Blue. HEX triplet: 28, 0C and CD. RGB value is (40,12,205). Sum of RGB (Red+Green+Blue) = 40+12+205=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #280CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CCD is #D7F332. Grayscale: #292929. Windows color (decimal): -14152499 or 13437992. OLE color: 13437992.
HSL color Cylindrical-coordinate representation of color #280CCD: hue angle of 248.7º degrees, saturation: 0.89, 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 #280CCD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 12 | 205 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.20 |
| HSL | 248.7º | 0.89% | 0.43% | - |
| HSV(B) | 248.7º | 0.94% | 0.8% | - |
| XYZ | 12.03 | 5.12 | 58.11 | - |
| YUV | 42.37 | 219.78 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 205 | 0.80 | 0.94 | 0 | 0.20 | 248.7 | 0.89 | 0.43 |
| Hex | 28 | C | CD | 50 | 5E | 0 | 14 | F9 | 59 | 2B |
| Octal | 50 | 14 | 315 | 120 | 136 | 0 | 24 | 371 | 131 | 53 |
| Binary | 101000 | 1100 | 11001101 | 1010000 | 1011110 | 0 | 10100 | 11111001 | 1011001 | 101011 |
Color Harmonies of #280CCD
Complementary color
Monochromatic Colors of #280CCD
Black with #280CCD
Text Example
Text Example
White with #280CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CCD; }
p { color: rgb(40,12,205); }
H1.HeaderClassName
{
color: #280CCD;
}
.AnyTagClassName
{
color: #280CCD;
}
</style>
background-color css
<style>
a { background-color: #280CCD; }
a { background-color: rgb(40,12,205); }
div.DivClassName
{
background-color: #280CCD;
}
.BgClassName
{
background-color: #280CCD;
}
</style>
border-color css
<style>
span { border-color: #280CCD; }
span { border-color: rgb(40,12,205); }
td.TdClassName
{
border-color: #280CCD;
}
.TagClassName
{
border-color: #280CCD;
}
</style>