Shades of Medium Blue #2807BD
Tints of Medium Blue #2807BD
RGB
CMYK
RGB Variations
Color information
#2807BD (or 0x2807BD) is known color: Medium Blue. HEX triplet: 28, 07 and BD. RGB value is (40,7,189). Sum of RGB (Red+Green+Blue) = 40+7+189=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #2807BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2807BD is #D7F842. Grayscale: #242424. Windows color (decimal): -14153795 or 12388136. OLE color: 12388136.
HSL color Cylindrical-coordinate representation of color #2807BD: hue angle of 250.88º degrees, saturation: 0.93, 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 #2807BD is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 7 | 189 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.26 |
| HSL | 250.88º | 0.93% | 0.38% | - |
| HSV(B) | 250.88º | 0.96% | 0.74% | - |
| XYZ | 10.14 | 4.28 | 48.44 | - |
| YUV | 37.62 | 213.43 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 189 | 0.79 | 0.96 | 0 | 0.26 | 250.88 | 0.93 | 0.38 |
| Hex | 28 | 7 | BD | 4F | 60 | 0 | 1A | FB | 5D | 26 |
| Octal | 50 | 7 | 275 | 117 | 140 | 0 | 32 | 373 | 135 | 46 |
| Binary | 101000 | 111 | 10111101 | 1001111 | 1100000 | 0 | 11010 | 11111011 | 1011101 | 100110 |
Color Harmonies of #2807BD
Complementary color
Monochromatic Colors of #2807BD
Black with #2807BD
Text Example
Text Example
White with #2807BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807BD; }
p { color: rgb(40,7,189); }
H1.HeaderClassName
{
color: #2807BD;
}
.AnyTagClassName
{
color: #2807BD;
}
</style>
background-color css
<style>
a { background-color: #2807BD; }
a { background-color: rgb(40,7,189); }
div.DivClassName
{
background-color: #2807BD;
}
.BgClassName
{
background-color: #2807BD;
}
</style>
border-color css
<style>
span { border-color: #2807BD; }
span { border-color: rgb(40,7,189); }
td.TdClassName
{
border-color: #2807BD;
}
.TagClassName
{
border-color: #2807BD;
}
</style>