Shades of Medium Blue #280DD2
Tints of Medium Blue #280DD2
RGB
CMYK
RGB Variations
Color information
#280DD2 (or 0x280DD2) is known color: Medium Blue. HEX triplet: 28, 0D and D2. RGB value is (40,13,210). Sum of RGB (Red+Green+Blue) = 40+13+210=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 210 (82.42% from 255 or 79.85% from 263); Max value from RGB is 210 - color contains mainly: blue. Hex color #280DD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DD2 is #D7F22D. Grayscale: #2A2A2A. Windows color (decimal): -14152238 or 13765928. OLE color: 13765928.
HSL color Cylindrical-coordinate representation of color #280DD2: hue angle of 248.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280DD2 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 13 | 210 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.18 |
| HSL | 248.22º | 0.88% | 0.44% | - |
| HSV(B) | 248.22º | 0.94% | 0.82% | - |
| XYZ | 12.65 | 5.39 | 61.35 | - |
| YUV | 43.53 | 221.95 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 210 | 0.81 | 0.94 | 0 | 0.18 | 248.22 | 0.88 | 0.44 |
| Hex | 28 | D | D2 | 51 | 5E | 0 | 12 | F8 | 58 | 2C |
| Octal | 50 | 15 | 322 | 121 | 136 | 0 | 22 | 370 | 130 | 54 |
| Binary | 101000 | 1101 | 11010010 | 1010001 | 1011110 | 0 | 10010 | 11111000 | 1011000 | 101100 |
Color Harmonies of #280DD2
Complementary color
Monochromatic Colors of #280DD2
Black with #280DD2
Text Example
Text Example
White with #280DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DD2; }
p { color: rgb(40,13,210); }
H1.HeaderClassName
{
color: #280DD2;
}
.AnyTagClassName
{
color: #280DD2;
}
</style>
background-color css
<style>
a { background-color: #280DD2; }
a { background-color: rgb(40,13,210); }
div.DivClassName
{
background-color: #280DD2;
}
.BgClassName
{
background-color: #280DD2;
}
</style>
border-color css
<style>
span { border-color: #280DD2; }
span { border-color: rgb(40,13,210); }
td.TdClassName
{
border-color: #280DD2;
}
.TagClassName
{
border-color: #280DD2;
}
</style>