Shades of Medium Blue #280CDD
Tints of Medium Blue #280CDD
RGB
CMYK
RGB Variations
Color information
#280CDD (or 0x280CDD) is known color: Medium Blue. HEX triplet: 28, 0C and DD. RGB value is (40,12,221). Sum of RGB (Red+Green+Blue) = 40+12+221=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #280CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CDD is #D7F322. Grayscale: #2B2B2B. Windows color (decimal): -14152483 or 14486568. OLE color: 14486568.
HSL color Cylindrical-coordinate representation of color #280CDD: hue angle of 248.04º degrees, saturation: 0.9, 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 #280CDD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 12 | 221 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.13 |
| HSL | 248.04º | 0.9% | 0.46% | - |
| HSV(B) | 248.04º | 0.95% | 0.87% | - |
| XYZ | 14.06 | 5.93 | 68.81 | - |
| YUV | 44.2 | 227.78 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 221 | 0.82 | 0.95 | 0 | 0.13 | 248.04 | 0.9 | 0.46 |
| Hex | 28 | C | DD | 52 | 5F | 0 | D | F8 | 5A | 2E |
| Octal | 50 | 14 | 335 | 122 | 137 | 0 | 15 | 370 | 132 | 56 |
| Binary | 101000 | 1100 | 11011101 | 1010010 | 1011111 | 0 | 1101 | 11111000 | 1011010 | 101110 |
Color Harmonies of #280CDD
Complementary color
Monochromatic Colors of #280CDD
Black with #280CDD
Text Example
Text Example
White with #280CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CDD; }
p { color: rgb(40,12,221); }
H1.HeaderClassName
{
color: #280CDD;
}
.AnyTagClassName
{
color: #280CDD;
}
</style>
background-color css
<style>
a { background-color: #280CDD; }
a { background-color: rgb(40,12,221); }
div.DivClassName
{
background-color: #280CDD;
}
.BgClassName
{
background-color: #280CDD;
}
</style>
border-color css
<style>
span { border-color: #280CDD; }
span { border-color: rgb(40,12,221); }
td.TdClassName
{
border-color: #280CDD;
}
.TagClassName
{
border-color: #280CDD;
}
</style>