Shades of Medium Blue #2802DD
Tints of Medium Blue #2802DD
RGB
CMYK
RGB Variations
Color information
#2802DD (or 0x2802DD) is known color: Medium Blue. HEX triplet: 28, 02 and DD. RGB value is (40,2,221). Sum of RGB (Red+Green+Blue) = 40+2+221=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #2802DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802DD is #D7FD22. Grayscale: #252525. Windows color (decimal): -14155043 or 14484008. OLE color: 14484008.
HSL color Cylindrical-coordinate representation of color #2802DD: hue angle of 250.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802DD is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 2 | 221 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.13 |
| HSL | 250.41º | 0.98% | 0.44% | - |
| HSV(B) | 250.41º | 0.99% | 0.87% | - |
| XYZ | 13.95 | 5.71 | 68.77 | - |
| YUV | 38.33 | 231.09 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 221 | 0.82 | 0.99 | 0 | 0.13 | 250.41 | 0.98 | 0.44 |
| Hex | 28 | 2 | DD | 52 | 63 | 0 | D | FA | 62 | 2C |
| Octal | 50 | 2 | 335 | 122 | 143 | 0 | 15 | 372 | 142 | 54 |
| Binary | 101000 | 10 | 11011101 | 1010010 | 1100011 | 0 | 1101 | 11111010 | 1100010 | 101100 |
Color Harmonies of #2802DD
Complementary color
Monochromatic Colors of #2802DD
Black with #2802DD
Text Example
Text Example
White with #2802DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802DD; }
p { color: rgb(40,2,221); }
H1.HeaderClassName
{
color: #2802DD;
}
.AnyTagClassName
{
color: #2802DD;
}
</style>
background-color css
<style>
a { background-color: #2802DD; }
a { background-color: rgb(40,2,221); }
div.DivClassName
{
background-color: #2802DD;
}
.BgClassName
{
background-color: #2802DD;
}
</style>
border-color css
<style>
span { border-color: #2802DD; }
span { border-color: rgb(40,2,221); }
td.TdClassName
{
border-color: #2802DD;
}
.TagClassName
{
border-color: #2802DD;
}
</style>