Shades of Medium Blue #2714C7
Tints of Medium Blue #2714C7
RGB
CMYK
RGB Variations
Color information
#2714C7 (or 0x2714C7) is known color: Medium Blue. HEX triplet: 27, 14 and C7. RGB value is (39,20,199). Sum of RGB (Red+Green+Blue) = 39+20+199=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 199 (78.12% from 255 or 77.13% from 258); Max value from RGB is 199 - color contains mainly: blue. Hex color #2714C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714C7 is #D8EB38. Grayscale: #2D2D2D. Windows color (decimal): -14215993 or 13046823. OLE color: 13046823.
HSL color Cylindrical-coordinate representation of color #2714C7: hue angle of 246.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2714C7 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 20 | 199 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.22 |
| HSL | 246.37º | 0.82% | 0.43% | - |
| HSV(B) | 246.37º | 0.9% | 0.78% | - |
| XYZ | 11.4 | 5.06 | 54.41 | - |
| YUV | 46.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 199 | 0.80 | 0.90 | 0 | 0.22 | 246.37 | 0.82 | 0.43 |
| Hex | 27 | 14 | C7 | 50 | 5A | 0 | 16 | F6 | 52 | 2B |
| Octal | 47 | 24 | 307 | 120 | 132 | 0 | 26 | 366 | 122 | 53 |
| Binary | 100111 | 10100 | 11000111 | 1010000 | 1011010 | 0 | 10110 | 11110110 | 1010010 | 101011 |
Color Harmonies of #2714C7
Complementary color
Monochromatic Colors of #2714C7
Black with #2714C7
Text Example
Text Example
White with #2714C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714C7; }
p { color: rgb(39,20,199); }
H1.HeaderClassName
{
color: #2714C7;
}
.AnyTagClassName
{
color: #2714C7;
}
</style>
background-color css
<style>
a { background-color: #2714C7; }
a { background-color: rgb(39,20,199); }
div.DivClassName
{
background-color: #2714C7;
}
.BgClassName
{
background-color: #2714C7;
}
</style>
border-color css
<style>
span { border-color: #2714C7; }
span { border-color: rgb(39,20,199); }
td.TdClassName
{
border-color: #2714C7;
}
.TagClassName
{
border-color: #2714C7;
}
</style>