Shades of Medium Blue #2705BC
Tints of Medium Blue #2705BC
RGB
CMYK
RGB Variations
Color information
#2705BC (or 0x2705BC) is known color: Medium Blue. HEX triplet: 27, 05 and BC. RGB value is (39,5,188). Sum of RGB (Red+Green+Blue) = 39+5+188=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #2705BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705BC is #D8FA43. Grayscale: #232323. Windows color (decimal): -14219844 or 12322087. OLE color: 12322087.
HSL color Cylindrical-coordinate representation of color #2705BC: hue angle of 251.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2705BC is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 5 | 188 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.26 |
| HSL | 251.15º | 0.95% | 0.38% | - |
| HSV(B) | 251.15º | 0.97% | 0.74% | - |
| XYZ | 9.97 | 4.17 | 47.86 | - |
| YUV | 36.03 | 213.76 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 188 | 0.79 | 0.97 | 0 | 0.26 | 251.15 | 0.95 | 0.38 |
| Hex | 27 | 5 | BC | 4F | 61 | 0 | 1A | FB | 5F | 26 |
| Octal | 47 | 5 | 274 | 117 | 141 | 0 | 32 | 373 | 137 | 46 |
| Binary | 100111 | 101 | 10111100 | 1001111 | 1100001 | 0 | 11010 | 11111011 | 1011111 | 100110 |
Color Harmonies of #2705BC
Complementary color
Monochromatic Colors of #2705BC
Black with #2705BC
Text Example
Text Example
White with #2705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705BC; }
p { color: rgb(39,5,188); }
H1.HeaderClassName
{
color: #2705BC;
}
.AnyTagClassName
{
color: #2705BC;
}
</style>
background-color css
<style>
a { background-color: #2705BC; }
a { background-color: rgb(39,5,188); }
div.DivClassName
{
background-color: #2705BC;
}
.BgClassName
{
background-color: #2705BC;
}
</style>
border-color css
<style>
span { border-color: #2705BC; }
span { border-color: rgb(39,5,188); }
td.TdClassName
{
border-color: #2705BC;
}
.TagClassName
{
border-color: #2705BC;
}
</style>