Shades of Medium Blue #2707BB
Tints of Medium Blue #2707BB
RGB
CMYK
RGB Variations
Color information
#2707BB (or 0x2707BB) is known color: Medium Blue. HEX triplet: 27, 07 and BB. RGB value is (39,7,187). Sum of RGB (Red+Green+Blue) = 39+7+187=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #2707BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707BB is #D8F844. Grayscale: #242424. Windows color (decimal): -14219333 or 12257063. OLE color: 12257063.
HSL color Cylindrical-coordinate representation of color #2707BB: hue angle of 250.67º degrees, saturation: 0.93, 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 #2707BB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 7 | 187 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.27 |
| HSL | 250.67º | 0.93% | 0.38% | - |
| HSV(B) | 250.67º | 0.96% | 0.73% | - |
| XYZ | 9.88 | 4.17 | 47.3 | - |
| YUV | 37.09 | 212.6 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 187 | 0.79 | 0.96 | 0 | 0.27 | 250.67 | 0.93 | 0.38 |
| Hex | 27 | 7 | BB | 4F | 60 | 0 | 1B | FB | 5D | 26 |
| Octal | 47 | 7 | 273 | 117 | 140 | 0 | 33 | 373 | 135 | 46 |
| Binary | 100111 | 111 | 10111011 | 1001111 | 1100000 | 0 | 11011 | 11111011 | 1011101 | 100110 |
Color Harmonies of #2707BB
Complementary color
Monochromatic Colors of #2707BB
Black with #2707BB
Text Example
Text Example
White with #2707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2707BB; }
p { color: rgb(39,7,187); }
H1.HeaderClassName
{
color: #2707BB;
}
.AnyTagClassName
{
color: #2707BB;
}
</style>
background-color css
<style>
a { background-color: #2707BB; }
a { background-color: rgb(39,7,187); }
div.DivClassName
{
background-color: #2707BB;
}
.BgClassName
{
background-color: #2707BB;
}
</style>
border-color css
<style>
span { border-color: #2707BB; }
span { border-color: rgb(39,7,187); }
td.TdClassName
{
border-color: #2707BB;
}
.TagClassName
{
border-color: #2707BB;
}
</style>