Shades of Medium Blue #2700BF
Tints of Medium Blue #2700BF
RGB
CMYK
RGB Variations
Color information
#2700BF (or 0x2700BF) is known color: Medium Blue. HEX triplet: 27, 00 and BF. RGB value is (39,0,191). Sum of RGB (Red+Green+Blue) = 39+0+191=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #2700BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2700BF is #D8FF40. Grayscale: #202020. Windows color (decimal): -14221121 or 12517415. OLE color: 12517415.
HSL color Cylindrical-coordinate representation of color #2700BF: hue angle of 252.25º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700BF is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 0 | 191 | - |
| CMYK | 0.80 | 1 | 0 | 0.25 |
| HSL | 252.25º | 1% | 0.37% | - |
| HSV(B) | 252.25º | 1% | 0.75% | - |
| XYZ | 10.24 | 4.19 | 49.56 | - |
| YUV | 33.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 191 | 0.80 | 1 | 0 | 0.25 | 252.25 | 1 | 0.37 |
| Hex | 27 | 0 | BF | 50 | 64 | 0 | 19 | FC | 64 | 25 |
| Octal | 47 | 0 | 277 | 120 | 144 | 0 | 31 | 374 | 144 | 45 |
| Binary | 100111 | 0 | 10111111 | 1010000 | 1100100 | 0 | 11001 | 11111100 | 1100100 | 100101 |
Color Harmonies of #2700BF
Complementary color
Monochromatic Colors of #2700BF
Black with #2700BF
Text Example
Text Example
White with #2700BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2700BF; }
p { color: rgb(39,0,191); }
H1.HeaderClassName
{
color: #2700BF;
}
.AnyTagClassName
{
color: #2700BF;
}
</style>
background-color css
<style>
a { background-color: #2700BF; }
a { background-color: rgb(39,0,191); }
div.DivClassName
{
background-color: #2700BF;
}
.BgClassName
{
background-color: #2700BF;
}
</style>
border-color css
<style>
span { border-color: #2700BF; }
span { border-color: rgb(39,0,191); }
td.TdClassName
{
border-color: #2700BF;
}
.TagClassName
{
border-color: #2700BF;
}
</style>