Shades of Medium Blue #2514CE
Tints of Medium Blue #2514CE
RGB
CMYK
RGB Variations
Color information
#2514CE (or 0x2514CE) is known color: Medium Blue. HEX triplet: 25, 14 and CE. RGB value is (37,20,206). Sum of RGB (Red+Green+Blue) = 37+20+206=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #2514CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514CE is #DAEB31. Grayscale: #2D2D2D. Windows color (decimal): -14347058 or 13505573. OLE color: 13505573.
HSL color Cylindrical-coordinate representation of color #2514CE: hue angle of 245.48º 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 #2514CE is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 20 | 206 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.19 |
| HSL | 245.48º | 0.82% | 0.44% | - |
| HSV(B) | 245.48º | 0.9% | 0.81% | - |
| XYZ | 12.15 | 5.35 | 58.78 | - |
| YUV | 46.29 | 218.13 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 206 | 0.82 | 0.90 | 0 | 0.19 | 245.48 | 0.82 | 0.44 |
| Hex | 25 | 14 | CE | 52 | 5A | 0 | 13 | F5 | 52 | 2C |
| Octal | 45 | 24 | 316 | 122 | 132 | 0 | 23 | 365 | 122 | 54 |
| Binary | 100101 | 10100 | 11001110 | 1010010 | 1011010 | 0 | 10011 | 11110101 | 1010010 | 101100 |
Color Harmonies of #2514CE
Complementary color
Monochromatic Colors of #2514CE
Black with #2514CE
Text Example
Text Example
White with #2514CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514CE; }
p { color: rgb(37,20,206); }
H1.HeaderClassName
{
color: #2514CE;
}
.AnyTagClassName
{
color: #2514CE;
}
</style>
background-color css
<style>
a { background-color: #2514CE; }
a { background-color: rgb(37,20,206); }
div.DivClassName
{
background-color: #2514CE;
}
.BgClassName
{
background-color: #2514CE;
}
</style>
border-color css
<style>
span { border-color: #2514CE; }
span { border-color: rgb(37,20,206); }
td.TdClassName
{
border-color: #2514CE;
}
.TagClassName
{
border-color: #2514CE;
}
</style>