Shades of Medium Blue #2808BC
Tints of Medium Blue #2808BC
RGB
CMYK
RGB Variations
Color information
#2808BC (or 0x2808BC) is known color: Medium Blue. HEX triplet: 28, 08 and BC. RGB value is (40,8,188). Sum of RGB (Red+Green+Blue) = 40+8+188=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #2808BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808BC is #D7F743. Grayscale: #252525. Windows color (decimal): -14153540 or 12322856. OLE color: 12322856.
HSL color Cylindrical-coordinate representation of color #2808BC: hue angle of 250.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2808BC is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 8 | 188 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.26 |
| HSL | 250.67º | 0.92% | 0.38% | - |
| HSV(B) | 250.67º | 0.96% | 0.74% | - |
| XYZ | 10.04 | 4.26 | 47.87 | - |
| YUV | 38.09 | 212.6 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 188 | 0.79 | 0.96 | 0 | 0.26 | 250.67 | 0.92 | 0.38 |
| Hex | 28 | 8 | BC | 4F | 60 | 0 | 1A | FB | 5C | 26 |
| Octal | 50 | 10 | 274 | 117 | 140 | 0 | 32 | 373 | 134 | 46 |
| Binary | 101000 | 1000 | 10111100 | 1001111 | 1100000 | 0 | 11010 | 11111011 | 1011100 | 100110 |
Color Harmonies of #2808BC
Complementary color
Monochromatic Colors of #2808BC
Black with #2808BC
Text Example
Text Example
White with #2808BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808BC; }
p { color: rgb(40,8,188); }
H1.HeaderClassName
{
color: #2808BC;
}
.AnyTagClassName
{
color: #2808BC;
}
</style>
background-color css
<style>
a { background-color: #2808BC; }
a { background-color: rgb(40,8,188); }
div.DivClassName
{
background-color: #2808BC;
}
.BgClassName
{
background-color: #2808BC;
}
</style>
border-color css
<style>
span { border-color: #2808BC; }
span { border-color: rgb(40,8,188); }
td.TdClassName
{
border-color: #2808BC;
}
.TagClassName
{
border-color: #2808BC;
}
</style>