Shades of Medium Blue #2514DF
Tints of Medium Blue #2514DF
RGB
CMYK
RGB Variations
Color information
#2514DF (or 0x2514DF) is known color: Medium Blue. HEX triplet: 25, 14 and DF. RGB value is (37,20,223). Sum of RGB (Red+Green+Blue) = 37+20+223=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #2514DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514DF is #DAEB20. Grayscale: #2F2F2F. Windows color (decimal): -14347041 or 14619685. OLE color: 14619685.
HSL color Cylindrical-coordinate representation of color #2514DF: hue angle of 245.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2514DF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 20 | 223 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.02º | 0.84% | 0.48% | - |
| HSV(B) | 245.02º | 0.91% | 0.87% | - |
| XYZ | 14.33 | 6.22 | 70.26 | - |
| YUV | 48.23 | 226.63 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 223 | 0.83 | 0.91 | 0 | 0.13 | 245.02 | 0.84 | 0.48 |
| Hex | 25 | 14 | DF | 53 | 5B | 0 | D | F5 | 54 | 30 |
| Octal | 45 | 24 | 337 | 123 | 133 | 0 | 15 | 365 | 124 | 60 |
| Binary | 100101 | 10100 | 11011111 | 1010011 | 1011011 | 0 | 1101 | 11110101 | 1010100 | 110000 |
Color Harmonies of #2514DF
Complementary color
Monochromatic Colors of #2514DF
Black with #2514DF
Text Example
Text Example
White with #2514DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514DF; }
p { color: rgb(37,20,223); }
H1.HeaderClassName
{
color: #2514DF;
}
.AnyTagClassName
{
color: #2514DF;
}
</style>
background-color css
<style>
a { background-color: #2514DF; }
a { background-color: rgb(37,20,223); }
div.DivClassName
{
background-color: #2514DF;
}
.BgClassName
{
background-color: #2514DF;
}
</style>
border-color css
<style>
span { border-color: #2514DF; }
span { border-color: rgb(37,20,223); }
td.TdClassName
{
border-color: #2514DF;
}
.TagClassName
{
border-color: #2514DF;
}
</style>