Shades of Medium Blue #2701BB
Tints of Medium Blue #2701BB
RGB
CMYK
RGB Variations
Color information
#2701BB (or 0x2701BB) is known color: Medium Blue. HEX triplet: 27, 01 and BB. RGB value is (39,1,187). Sum of RGB (Red+Green+Blue) = 39+1+187=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #2701BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2701BB is #D8FE44. Grayscale: #202020. Windows color (decimal): -14220869 or 12255527. OLE color: 12255527.
HSL color Cylindrical-coordinate representation of color #2701BB: hue angle of 252.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701BB is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 1 | 187 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.27 |
| HSL | 252.26º | 0.99% | 0.37% | - |
| HSV(B) | 252.26º | 0.99% | 0.73% | - |
| XYZ | 9.82 | 4.04 | 47.28 | - |
| YUV | 33.57 | 214.59 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 187 | 0.79 | 0.99 | 0 | 0.27 | 252.26 | 0.99 | 0.37 |
| Hex | 27 | 1 | BB | 4F | 63 | 0 | 1B | FC | 63 | 25 |
| Octal | 47 | 1 | 273 | 117 | 143 | 0 | 33 | 374 | 143 | 45 |
| Binary | 100111 | 1 | 10111011 | 1001111 | 1100011 | 0 | 11011 | 11111100 | 1100011 | 100101 |
Color Harmonies of #2701BB
Complementary color
Monochromatic Colors of #2701BB
Black with #2701BB
Text Example
Text Example
White with #2701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701BB; }
p { color: rgb(39,1,187); }
H1.HeaderClassName
{
color: #2701BB;
}
.AnyTagClassName
{
color: #2701BB;
}
</style>
background-color css
<style>
a { background-color: #2701BB; }
a { background-color: rgb(39,1,187); }
div.DivClassName
{
background-color: #2701BB;
}
.BgClassName
{
background-color: #2701BB;
}
</style>
border-color css
<style>
span { border-color: #2701BB; }
span { border-color: rgb(39,1,187); }
td.TdClassName
{
border-color: #2701BB;
}
.TagClassName
{
border-color: #2701BB;
}
</style>