Shades of Medium Blue #2802CD
Tints of Medium Blue #2802CD
RGB
CMYK
RGB Variations
Color information
#2802CD (or 0x2802CD) is known color: Medium Blue. HEX triplet: 28, 02 and CD. RGB value is (40,2,205). Sum of RGB (Red+Green+Blue) = 40+2+205=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #2802CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802CD is #D7FD32. Grayscale: #232323. Windows color (decimal): -14155059 or 13435432. OLE color: 13435432.
HSL color Cylindrical-coordinate representation of color #2802CD: hue angle of 251.23º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802CD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 2 | 205 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.20 |
| HSL | 251.23º | 0.98% | 0.41% | - |
| HSV(B) | 251.23º | 0.99% | 0.8% | - |
| XYZ | 11.92 | 4.9 | 58.08 | - |
| YUV | 36.5 | 223.09 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 205 | 0.80 | 0.99 | 0 | 0.20 | 251.23 | 0.98 | 0.41 |
| Hex | 28 | 2 | CD | 50 | 63 | 0 | 14 | FB | 62 | 29 |
| Octal | 50 | 2 | 315 | 120 | 143 | 0 | 24 | 373 | 142 | 51 |
| Binary | 101000 | 10 | 11001101 | 1010000 | 1100011 | 0 | 10100 | 11111011 | 1100010 | 101001 |
Color Harmonies of #2802CD
Complementary color
Monochromatic Colors of #2802CD
Black with #2802CD
Text Example
Text Example
White with #2802CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802CD; }
p { color: rgb(40,2,205); }
H1.HeaderClassName
{
color: #2802CD;
}
.AnyTagClassName
{
color: #2802CD;
}
</style>
background-color css
<style>
a { background-color: #2802CD; }
a { background-color: rgb(40,2,205); }
div.DivClassName
{
background-color: #2802CD;
}
.BgClassName
{
background-color: #2802CD;
}
</style>
border-color css
<style>
span { border-color: #2802CD; }
span { border-color: rgb(40,2,205); }
td.TdClassName
{
border-color: #2802CD;
}
.TagClassName
{
border-color: #2802CD;
}
</style>