Shades of Medium Blue #2801CE
Tints of Medium Blue #2801CE
RGB
CMYK
RGB Variations
Color information
#2801CE (or 0x2801CE) is known color: Medium Blue. HEX triplet: 28, 01 and CE. RGB value is (40,1,206). Sum of RGB (Red+Green+Blue) = 40+1+206=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #2801CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801CE is #D7FE31. Grayscale: #232323. Windows color (decimal): -14155314 or 13500712. OLE color: 13500712.
HSL color Cylindrical-coordinate representation of color #2801CE: hue angle of 251.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2801CE is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 1 | 206 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.19 |
| HSL | 251.41º | 0.99% | 0.41% | - |
| HSV(B) | 251.41º | 1% | 0.81% | - |
| XYZ | 12.03 | 4.93 | 58.71 | - |
| YUV | 36.03 | 223.92 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 206 | 0.81 | 1.00 | 0 | 0.19 | 251.41 | 0.99 | 0.41 |
| Hex | 28 | 1 | CE | 51 | 64 | 0 | 13 | FB | 63 | 29 |
| Octal | 50 | 1 | 316 | 121 | 144 | 0 | 23 | 373 | 143 | 51 |
| Binary | 101000 | 1 | 11001110 | 1010001 | 1100100 | 0 | 10011 | 11111011 | 1100011 | 101001 |
Color Harmonies of #2801CE
Complementary color
Monochromatic Colors of #2801CE
Black with #2801CE
Text Example
Text Example
White with #2801CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801CE; }
p { color: rgb(40,1,206); }
H1.HeaderClassName
{
color: #2801CE;
}
.AnyTagClassName
{
color: #2801CE;
}
</style>
background-color css
<style>
a { background-color: #2801CE; }
a { background-color: rgb(40,1,206); }
div.DivClassName
{
background-color: #2801CE;
}
.BgClassName
{
background-color: #2801CE;
}
</style>
border-color css
<style>
span { border-color: #2801CE; }
span { border-color: rgb(40,1,206); }
td.TdClassName
{
border-color: #2801CE;
}
.TagClassName
{
border-color: #2801CE;
}
</style>