Shades of Medium Blue #2800CE
Tints of Medium Blue #2800CE
RGB
CMYK
RGB Variations
Color information
#2800CE (or 0x2800CE) is known color: Medium Blue. HEX triplet: 28, 00 and CE. RGB value is (40,0,206). Sum of RGB (Red+Green+Blue) = 40+0+206=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #2800CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2800CE is #D7FF31. Grayscale: #222222. Windows color (decimal): -14155570 or 13500456. OLE color: 13500456.
HSL color Cylindrical-coordinate representation of color #2800CE: hue angle of 251.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800CE is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 0 | 206 | - |
| CMYK | 0.81 | 1 | 0 | 0.19 |
| HSL | 251.65º | 1% | 0.4% | - |
| HSV(B) | 251.65º | 1% | 0.81% | - |
| XYZ | 12.02 | 4.91 | 58.71 | - |
| YUV | 35.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 206 | 0.81 | 1 | 0 | 0.19 | 251.65 | 1 | 0.4 |
| Hex | 28 | 0 | CE | 51 | 64 | 0 | 13 | FC | 64 | 28 |
| Octal | 50 | 0 | 316 | 121 | 144 | 0 | 23 | 374 | 144 | 50 |
| Binary | 101000 | 0 | 11001110 | 1010001 | 1100100 | 0 | 10011 | 11111100 | 1100100 | 101000 |
Color Harmonies of #2800CE
Complementary color
Monochromatic Colors of #2800CE
Black with #2800CE
Text Example
Text Example
White with #2800CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800CE; }
p { color: rgb(40,0,206); }
H1.HeaderClassName
{
color: #2800CE;
}
.AnyTagClassName
{
color: #2800CE;
}
</style>
background-color css
<style>
a { background-color: #2800CE; }
a { background-color: rgb(40,0,206); }
div.DivClassName
{
background-color: #2800CE;
}
.BgClassName
{
background-color: #2800CE;
}
</style>
border-color css
<style>
span { border-color: #2800CE; }
span { border-color: rgb(40,0,206); }
td.TdClassName
{
border-color: #2800CE;
}
.TagClassName
{
border-color: #2800CE;
}
</style>