Shades of Medium Blue #2714DA
Tints of Medium Blue #2714DA
RGB
CMYK
RGB Variations
Color information
#2714DA (or 0x2714DA) is known color: Medium Blue. HEX triplet: 27, 14 and DA. RGB value is (39,20,218). Sum of RGB (Red+Green+Blue) = 39+20+218=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #2714DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714DA is #D8EB25. Grayscale: #2F2F2F. Windows color (decimal): -14215974 or 14292007. OLE color: 14292007.
HSL color Cylindrical-coordinate representation of color #2714DA: hue angle of 245.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2714DA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 20 | 218 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.15 |
| HSL | 245.76º | 0.83% | 0.47% | - |
| HSV(B) | 245.76º | 0.91% | 0.85% | - |
| XYZ | 13.74 | 5.99 | 66.76 | - |
| YUV | 48.25 | 223.79 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 218 | 0.82 | 0.91 | 0 | 0.15 | 245.76 | 0.83 | 0.47 |
| Hex | 27 | 14 | DA | 52 | 5B | 0 | F | F6 | 53 | 2F |
| Octal | 47 | 24 | 332 | 122 | 133 | 0 | 17 | 366 | 123 | 57 |
| Binary | 100111 | 10100 | 11011010 | 1010010 | 1011011 | 0 | 1111 | 11110110 | 1010011 | 101111 |
Color Harmonies of #2714DA
Complementary color
Monochromatic Colors of #2714DA
Black with #2714DA
Text Example
Text Example
White with #2714DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714DA; }
p { color: rgb(39,20,218); }
H1.HeaderClassName
{
color: #2714DA;
}
.AnyTagClassName
{
color: #2714DA;
}
</style>
background-color css
<style>
a { background-color: #2714DA; }
a { background-color: rgb(39,20,218); }
div.DivClassName
{
background-color: #2714DA;
}
.BgClassName
{
background-color: #2714DA;
}
</style>
border-color css
<style>
span { border-color: #2714DA; }
span { border-color: rgb(39,20,218); }
td.TdClassName
{
border-color: #2714DA;
}
.TagClassName
{
border-color: #2714DA;
}
</style>