Shades of Medium Blue #2801B9
Tints of Medium Blue #2801B9
RGB
CMYK
RGB Variations
Color information
#2801B9 (or 0x2801B9) is known color: Medium Blue. HEX triplet: 28, 01 and B9. RGB value is (40,1,185). Sum of RGB (Red+Green+Blue) = 40+1+185=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 185 (72.66% from 255 or 81.86% from 226); Max value from RGB is 185 - color contains mainly: blue. Hex color #2801B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801B9 is #D7FE46. Grayscale: #202020. Windows color (decimal): -14155335 or 12124456. OLE color: 12124456.
HSL color Cylindrical-coordinate representation of color #2801B9: hue angle of 252.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2801B9 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 1 | 185 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.27 |
| HSL | 252.72º | 0.99% | 0.36% | - |
| HSV(B) | 252.72º | 0.99% | 0.73% | - |
| XYZ | 9.64 | 3.98 | 46.16 | - |
| YUV | 33.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 185 | 0.78 | 0.99 | 0 | 0.27 | 252.72 | 0.99 | 0.36 |
| Hex | 28 | 1 | B9 | 4E | 63 | 0 | 1B | FD | 63 | 24 |
| Octal | 50 | 1 | 271 | 116 | 143 | 0 | 33 | 375 | 143 | 44 |
| Binary | 101000 | 1 | 10111001 | 1001110 | 1100011 | 0 | 11011 | 11111101 | 1100011 | 100100 |
Color Harmonies of #2801B9
Complementary color
Monochromatic Colors of #2801B9
Black with #2801B9
Text Example
Text Example
White with #2801B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801B9; }
p { color: rgb(40,1,185); }
H1.HeaderClassName
{
color: #2801B9;
}
.AnyTagClassName
{
color: #2801B9;
}
</style>
background-color css
<style>
a { background-color: #2801B9; }
a { background-color: rgb(40,1,185); }
div.DivClassName
{
background-color: #2801B9;
}
.BgClassName
{
background-color: #2801B9;
}
</style>
border-color css
<style>
span { border-color: #2801B9; }
span { border-color: rgb(40,1,185); }
td.TdClassName
{
border-color: #2801B9;
}
.TagClassName
{
border-color: #2801B9;
}
</style>