Shades of Medium Blue #2802D1
Tints of Medium Blue #2802D1
RGB
CMYK
RGB Variations
Color information
#2802D1 (or 0x2802D1) is known color: Medium Blue. HEX triplet: 28, 02 and D1. RGB value is (40,2,209). Sum of RGB (Red+Green+Blue) = 40+2+209=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 209 (82.03% from 255 or 83.27% from 251); Max value from RGB is 209 - color contains mainly: blue. Hex color #2802D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802D1 is #D7FD2E. Grayscale: #242424. Windows color (decimal): -14155055 or 13697576. OLE color: 13697576.
HSL color Cylindrical-coordinate representation of color #2802D1: hue angle of 251.01º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802D1 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 2 | 209 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.18 |
| HSL | 251.01º | 0.98% | 0.41% | - |
| HSV(B) | 251.01º | 0.99% | 0.82% | - |
| XYZ | 12.41 | 5.1 | 60.65 | - |
| YUV | 36.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 209 | 0.81 | 0.99 | 0 | 0.18 | 251.01 | 0.98 | 0.41 |
| Hex | 28 | 2 | D1 | 51 | 63 | 0 | 12 | FB | 62 | 29 |
| Octal | 50 | 2 | 321 | 121 | 143 | 0 | 22 | 373 | 142 | 51 |
| Binary | 101000 | 10 | 11010001 | 1010001 | 1100011 | 0 | 10010 | 11111011 | 1100010 | 101001 |
Color Harmonies of #2802D1
Complementary color
Monochromatic Colors of #2802D1
Black with #2802D1
Text Example
Text Example
White with #2802D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802D1; }
p { color: rgb(40,2,209); }
H1.HeaderClassName
{
color: #2802D1;
}
.AnyTagClassName
{
color: #2802D1;
}
</style>
background-color css
<style>
a { background-color: #2802D1; }
a { background-color: rgb(40,2,209); }
div.DivClassName
{
background-color: #2802D1;
}
.BgClassName
{
background-color: #2802D1;
}
</style>
border-color css
<style>
span { border-color: #2802D1; }
span { border-color: rgb(40,2,209); }
td.TdClassName
{
border-color: #2802D1;
}
.TagClassName
{
border-color: #2802D1;
}
</style>