Shades of Medium Blue #2517DF
Tints of Medium Blue #2517DF
RGB
CMYK
RGB Variations
Color information
#2517DF (or 0x2517DF) is known color: Medium Blue. HEX triplet: 25, 17 and DF. RGB value is (37,23,223). Sum of RGB (Red+Green+Blue) = 37+23+223=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #2517DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517DF is #DAE820. Grayscale: #313131. Windows color (decimal): -14346273 or 14620453. OLE color: 14620453.
HSL color Cylindrical-coordinate representation of color #2517DF: hue angle of 244.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2517DF is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 23 | 223 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.13 |
| HSL | 244.2º | 0.81% | 0.48% | - |
| HSV(B) | 244.2º | 0.9% | 0.87% | - |
| XYZ | 14.39 | 6.33 | 70.28 | - |
| YUV | 49.99 | 225.64 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 223 | 0.83 | 0.90 | 0 | 0.13 | 244.2 | 0.81 | 0.48 |
| Hex | 25 | 17 | DF | 53 | 5A | 0 | D | F4 | 51 | 30 |
| Octal | 45 | 27 | 337 | 123 | 132 | 0 | 15 | 364 | 121 | 60 |
| Binary | 100101 | 10111 | 11011111 | 1010011 | 1011010 | 0 | 1101 | 11110100 | 1010001 | 110000 |
Color Harmonies of #2517DF
Complementary color
Monochromatic Colors of #2517DF
Black with #2517DF
Text Example
Text Example
White with #2517DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517DF; }
p { color: rgb(37,23,223); }
H1.HeaderClassName
{
color: #2517DF;
}
.AnyTagClassName
{
color: #2517DF;
}
</style>
background-color css
<style>
a { background-color: #2517DF; }
a { background-color: rgb(37,23,223); }
div.DivClassName
{
background-color: #2517DF;
}
.BgClassName
{
background-color: #2517DF;
}
</style>
border-color css
<style>
span { border-color: #2517DF; }
span { border-color: rgb(37,23,223); }
td.TdClassName
{
border-color: #2517DF;
}
.TagClassName
{
border-color: #2517DF;
}
</style>