Shades of Medium Blue #2802DC
Tints of Medium Blue #2802DC
RGB
CMYK
RGB Variations
Color information
#2802DC (or 0x2802DC) is known color: Medium Blue. HEX triplet: 28, 02 and DC. RGB value is (40,2,220). Sum of RGB (Red+Green+Blue) = 40+2+220=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #2802DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802DC is #D7FD23. Grayscale: #252525. Windows color (decimal): -14155044 or 14418472. OLE color: 14418472.
HSL color Cylindrical-coordinate representation of color #2802DC: hue angle of 250.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802DC is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 2 | 220 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.14 |
| HSL | 250.46º | 0.98% | 0.44% | - |
| HSV(B) | 250.46º | 0.99% | 0.86% | - |
| XYZ | 13.82 | 5.66 | 68.07 | - |
| YUV | 38.21 | 230.59 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 220 | 0.82 | 0.99 | 0 | 0.14 | 250.46 | 0.98 | 0.44 |
| Hex | 28 | 2 | DC | 52 | 63 | 0 | E | FA | 62 | 2C |
| Octal | 50 | 2 | 334 | 122 | 143 | 0 | 16 | 372 | 142 | 54 |
| Binary | 101000 | 10 | 11011100 | 1010010 | 1100011 | 0 | 1110 | 11111010 | 1100010 | 101100 |
Color Harmonies of #2802DC
Complementary color
Monochromatic Colors of #2802DC
Black with #2802DC
Text Example
Text Example
White with #2802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802DC; }
p { color: rgb(40,2,220); }
H1.HeaderClassName
{
color: #2802DC;
}
.AnyTagClassName
{
color: #2802DC;
}
</style>
background-color css
<style>
a { background-color: #2802DC; }
a { background-color: rgb(40,2,220); }
div.DivClassName
{
background-color: #2802DC;
}
.BgClassName
{
background-color: #2802DC;
}
</style>
border-color css
<style>
span { border-color: #2802DC; }
span { border-color: rgb(40,2,220); }
td.TdClassName
{
border-color: #2802DC;
}
.TagClassName
{
border-color: #2802DC;
}
</style>