Shades of Medium Blue #2707BC
Tints of Medium Blue #2707BC
RGB
CMYK
RGB Variations
Color information
#2707BC (or 0x2707BC) is known color: Medium Blue. HEX triplet: 27, 07 and BC. RGB value is (39,7,188). Sum of RGB (Red+Green+Blue) = 39+7+188=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #2707BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707BC is #D8F843. Grayscale: #242424. Windows color (decimal): -14219332 or 12322599. OLE color: 12322599.
HSL color Cylindrical-coordinate representation of color #2707BC: hue angle of 250.61º 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 #2707BC is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 7 | 188 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.26 |
| HSL | 250.61º | 0.93% | 0.38% | - |
| HSV(B) | 250.61º | 0.96% | 0.74% | - |
| XYZ | 9.99 | 4.21 | 47.86 | - |
| YUV | 37.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 188 | 0.79 | 0.96 | 0 | 0.26 | 250.61 | 0.93 | 0.38 |
| Hex | 27 | 7 | BC | 4F | 60 | 0 | 1A | FB | 5D | 26 |
| Octal | 47 | 7 | 274 | 117 | 140 | 0 | 32 | 373 | 135 | 46 |
| Binary | 100111 | 111 | 10111100 | 1001111 | 1100000 | 0 | 11010 | 11111011 | 1011101 | 100110 |
Color Harmonies of #2707BC
Complementary color
Monochromatic Colors of #2707BC
Black with #2707BC
Text Example
Text Example
White with #2707BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2707BC; }
p { color: rgb(39,7,188); }
H1.HeaderClassName
{
color: #2707BC;
}
.AnyTagClassName
{
color: #2707BC;
}
</style>
background-color css
<style>
a { background-color: #2707BC; }
a { background-color: rgb(39,7,188); }
div.DivClassName
{
background-color: #2707BC;
}
.BgClassName
{
background-color: #2707BC;
}
</style>
border-color css
<style>
span { border-color: #2707BC; }
span { border-color: rgb(39,7,188); }
td.TdClassName
{
border-color: #2707BC;
}
.TagClassName
{
border-color: #2707BC;
}
</style>