Shades of Medium Blue #2808BD
Tints of Medium Blue #2808BD
RGB
CMYK
RGB Variations
Color information
#2808BD (or 0x2808BD) is known color: Medium Blue. HEX triplet: 28, 08 and BD. RGB value is (40,8,189). Sum of RGB (Red+Green+Blue) = 40+8+189=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #2808BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808BD is #D7F742. Grayscale: #252525. Windows color (decimal): -14153539 or 12388392. OLE color: 12388392.
HSL color Cylindrical-coordinate representation of color #2808BD: hue angle of 250.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2808BD is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 8 | 189 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.26 |
| HSL | 250.61º | 0.92% | 0.39% | - |
| HSV(B) | 250.61º | 0.96% | 0.74% | - |
| XYZ | 10.15 | 4.3 | 48.44 | - |
| YUV | 38.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 189 | 0.79 | 0.96 | 0 | 0.26 | 250.61 | 0.92 | 0.39 |
| Hex | 28 | 8 | BD | 4F | 60 | 0 | 1A | FB | 5C | 27 |
| Octal | 50 | 10 | 275 | 117 | 140 | 0 | 32 | 373 | 134 | 47 |
| Binary | 101000 | 1000 | 10111101 | 1001111 | 1100000 | 0 | 11010 | 11111011 | 1011100 | 100111 |
Color Harmonies of #2808BD
Complementary color
Monochromatic Colors of #2808BD
Black with #2808BD
Text Example
Text Example
White with #2808BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808BD; }
p { color: rgb(40,8,189); }
H1.HeaderClassName
{
color: #2808BD;
}
.AnyTagClassName
{
color: #2808BD;
}
</style>
background-color css
<style>
a { background-color: #2808BD; }
a { background-color: rgb(40,8,189); }
div.DivClassName
{
background-color: #2808BD;
}
.BgClassName
{
background-color: #2808BD;
}
</style>
border-color css
<style>
span { border-color: #2808BD; }
span { border-color: rgb(40,8,189); }
td.TdClassName
{
border-color: #2808BD;
}
.TagClassName
{
border-color: #2808BD;
}
</style>