Shades of Medium Blue #2808BB
Tints of Medium Blue #2808BB
RGB
CMYK
RGB Variations
Color information
#2808BB (or 0x2808BB) is known color: Medium Blue. HEX triplet: 28, 08 and BB. RGB value is (40,8,187). Sum of RGB (Red+Green+Blue) = 40+8+187=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #2808BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808BB is #D7F744. Grayscale: #252525. Windows color (decimal): -14153541 or 12257320. OLE color: 12257320.
HSL color Cylindrical-coordinate representation of color #2808BB: hue angle of 250.73º 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 #2808BB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 8 | 187 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.27 |
| HSL | 250.73º | 0.92% | 0.38% | - |
| HSV(B) | 250.73º | 0.96% | 0.73% | - |
| XYZ | 9.93 | 4.21 | 47.3 | - |
| YUV | 37.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 187 | 0.79 | 0.96 | 0 | 0.27 | 250.73 | 0.92 | 0.38 |
| Hex | 28 | 8 | BB | 4F | 60 | 0 | 1B | FB | 5C | 26 |
| Octal | 50 | 10 | 273 | 117 | 140 | 0 | 33 | 373 | 134 | 46 |
| Binary | 101000 | 1000 | 10111011 | 1001111 | 1100000 | 0 | 11011 | 11111011 | 1011100 | 100110 |
Color Harmonies of #2808BB
Complementary color
Monochromatic Colors of #2808BB
Black with #2808BB
Text Example
Text Example
White with #2808BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808BB; }
p { color: rgb(40,8,187); }
H1.HeaderClassName
{
color: #2808BB;
}
.AnyTagClassName
{
color: #2808BB;
}
</style>
background-color css
<style>
a { background-color: #2808BB; }
a { background-color: rgb(40,8,187); }
div.DivClassName
{
background-color: #2808BB;
}
.BgClassName
{
background-color: #2808BB;
}
</style>
border-color css
<style>
span { border-color: #2808BB; }
span { border-color: rgb(40,8,187); }
td.TdClassName
{
border-color: #2808BB;
}
.TagClassName
{
border-color: #2808BB;
}
</style>