Shades of Medium Blue #2710BF
Tints of Medium Blue #2710BF
RGB
CMYK
RGB Variations
Color information
#2710BF (or 0x2710BF) is known color: Medium Blue. HEX triplet: 27, 10 and BF. RGB value is (39,16,191). Sum of RGB (Red+Green+Blue) = 39+16+191=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2710BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2710BF is #D8EF40. Grayscale: #2A2A2A. Windows color (decimal): -14217025 or 12521511. OLE color: 12521511.
HSL color Cylindrical-coordinate representation of color #2710BF: hue angle of 247.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2710BF is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 16 | 191 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.25 |
| HSL | 247.89º | 0.85% | 0.41% | - |
| HSV(B) | 247.89º | 0.92% | 0.75% | - |
| XYZ | 10.43 | 4.56 | 49.62 | - |
| YUV | 42.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 191 | 0.80 | 0.92 | 0 | 0.25 | 247.89 | 0.85 | 0.41 |
| Hex | 27 | 10 | BF | 50 | 5C | 0 | 19 | F8 | 55 | 29 |
| Octal | 47 | 20 | 277 | 120 | 134 | 0 | 31 | 370 | 125 | 51 |
| Binary | 100111 | 10000 | 10111111 | 1010000 | 1011100 | 0 | 11001 | 11111000 | 1010101 | 101001 |
Color Harmonies of #2710BF
Complementary color
Monochromatic Colors of #2710BF
Black with #2710BF
Text Example
Text Example
White with #2710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2710BF; }
p { color: rgb(39,16,191); }
H1.HeaderClassName
{
color: #2710BF;
}
.AnyTagClassName
{
color: #2710BF;
}
</style>
background-color css
<style>
a { background-color: #2710BF; }
a { background-color: rgb(39,16,191); }
div.DivClassName
{
background-color: #2710BF;
}
.BgClassName
{
background-color: #2710BF;
}
</style>
border-color css
<style>
span { border-color: #2710BF; }
span { border-color: rgb(39,16,191); }
td.TdClassName
{
border-color: #2710BF;
}
.TagClassName
{
border-color: #2710BF;
}
</style>