Shades of Medium Blue #2808BA
Tints of Medium Blue #2808BA
RGB
CMYK
RGB Variations
Color information
#2808BA (or 0x2808BA) is known color: Medium Blue. HEX triplet: 28, 08 and BA. RGB value is (40,8,186). Sum of RGB (Red+Green+Blue) = 40+8+186=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #2808BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808BA is #D7F745. Grayscale: #252525. Windows color (decimal): -14153542 or 12191784. OLE color: 12191784.
HSL color Cylindrical-coordinate representation of color #2808BA: hue angle of 250.79º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2808BA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 8 | 186 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.27 |
| HSL | 250.79º | 0.92% | 0.38% | - |
| HSV(B) | 250.79º | 0.96% | 0.73% | - |
| XYZ | 9.82 | 4.17 | 46.74 | - |
| YUV | 37.86 | 211.6 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 186 | 0.78 | 0.96 | 0 | 0.27 | 250.79 | 0.92 | 0.38 |
| Hex | 28 | 8 | BA | 4E | 60 | 0 | 1B | FB | 5C | 26 |
| Octal | 50 | 10 | 272 | 116 | 140 | 0 | 33 | 373 | 134 | 46 |
| Binary | 101000 | 1000 | 10111010 | 1001110 | 1100000 | 0 | 11011 | 11111011 | 1011100 | 100110 |
Color Harmonies of #2808BA
Complementary color
Monochromatic Colors of #2808BA
Black with #2808BA
Text Example
Text Example
White with #2808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808BA; }
p { color: rgb(40,8,186); }
H1.HeaderClassName
{
color: #2808BA;
}
.AnyTagClassName
{
color: #2808BA;
}
</style>
background-color css
<style>
a { background-color: #2808BA; }
a { background-color: rgb(40,8,186); }
div.DivClassName
{
background-color: #2808BA;
}
.BgClassName
{
background-color: #2808BA;
}
</style>
border-color css
<style>
span { border-color: #2808BA; }
span { border-color: rgb(40,8,186); }
td.TdClassName
{
border-color: #2808BA;
}
.TagClassName
{
border-color: #2808BA;
}
</style>