Shades of Medium Blue #2801DA
Tints of Medium Blue #2801DA
RGB
CMYK
RGB Variations
Color information
#2801DA (or 0x2801DA) is known color: Medium Blue. HEX triplet: 28, 01 and DA. RGB value is (40,1,218). Sum of RGB (Red+Green+Blue) = 40+1+218=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #2801DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801DA is #D7FE25. Grayscale: #242424. Windows color (decimal): -14155302 or 14287144. OLE color: 14287144.
HSL color Cylindrical-coordinate representation of color #2801DA: hue angle of 250.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2801DA is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 1 | 218 | - |
| CMYK | 0.82 | 1.00 | 0 | 0.15 |
| HSL | 250.78º | 0.99% | 0.43% | - |
| HSV(B) | 250.78º | 1% | 0.85% | - |
| XYZ | 13.54 | 5.53 | 66.68 | - |
| YUV | 37.4 | 229.92 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 218 | 0.82 | 1.00 | 0 | 0.15 | 250.78 | 0.99 | 0.43 |
| Hex | 28 | 1 | DA | 52 | 64 | 0 | F | FB | 63 | 2B |
| Octal | 50 | 1 | 332 | 122 | 144 | 0 | 17 | 373 | 143 | 53 |
| Binary | 101000 | 1 | 11011010 | 1010010 | 1100100 | 0 | 1111 | 11111011 | 1100011 | 101011 |
Color Harmonies of #2801DA
Complementary color
Monochromatic Colors of #2801DA
Black with #2801DA
Text Example
Text Example
White with #2801DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801DA; }
p { color: rgb(40,1,218); }
H1.HeaderClassName
{
color: #2801DA;
}
.AnyTagClassName
{
color: #2801DA;
}
</style>
background-color css
<style>
a { background-color: #2801DA; }
a { background-color: rgb(40,1,218); }
div.DivClassName
{
background-color: #2801DA;
}
.BgClassName
{
background-color: #2801DA;
}
</style>
border-color css
<style>
span { border-color: #2801DA; }
span { border-color: rgb(40,1,218); }
td.TdClassName
{
border-color: #2801DA;
}
.TagClassName
{
border-color: #2801DA;
}
</style>