Shades of Medium Blue #2714CE
Tints of Medium Blue #2714CE
RGB
CMYK
RGB Variations
Color information
#2714CE (or 0x2714CE) is known color: Medium Blue. HEX triplet: 27, 14 and CE. RGB value is (39,20,206). Sum of RGB (Red+Green+Blue) = 39+20+206=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #2714CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714CE is #D8EB31. Grayscale: #2E2E2E. Windows color (decimal): -14215986 or 13505575. OLE color: 13505575.
HSL color Cylindrical-coordinate representation of color #2714CE: hue angle of 246.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2714CE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 20 | 206 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.19 |
| HSL | 246.13º | 0.82% | 0.44% | - |
| HSV(B) | 246.13º | 0.9% | 0.81% | - |
| XYZ | 12.23 | 5.39 | 58.79 | - |
| YUV | 46.89 | 217.79 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 206 | 0.81 | 0.90 | 0 | 0.19 | 246.13 | 0.82 | 0.44 |
| Hex | 27 | 14 | CE | 51 | 5A | 0 | 13 | F6 | 52 | 2C |
| Octal | 47 | 24 | 316 | 121 | 132 | 0 | 23 | 366 | 122 | 54 |
| Binary | 100111 | 10100 | 11001110 | 1010001 | 1011010 | 0 | 10011 | 11110110 | 1010010 | 101100 |
Color Harmonies of #2714CE
Complementary color
Monochromatic Colors of #2714CE
Black with #2714CE
Text Example
Text Example
White with #2714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714CE; }
p { color: rgb(39,20,206); }
H1.HeaderClassName
{
color: #2714CE;
}
.AnyTagClassName
{
color: #2714CE;
}
</style>
background-color css
<style>
a { background-color: #2714CE; }
a { background-color: rgb(39,20,206); }
div.DivClassName
{
background-color: #2714CE;
}
.BgClassName
{
background-color: #2714CE;
}
</style>
border-color css
<style>
span { border-color: #2714CE; }
span { border-color: rgb(39,20,206); }
td.TdClassName
{
border-color: #2714CE;
}
.TagClassName
{
border-color: #2714CE;
}
</style>