Shades of Medium Blue #2516DF
Tints of Medium Blue #2516DF
RGB
CMYK
RGB Variations
Color information
#2516DF (or 0x2516DF) is known color: Medium Blue. HEX triplet: 25, 16 and DF. RGB value is (37,22,223). Sum of RGB (Red+Green+Blue) = 37+22+223=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #2516DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516DF is #DAE920. Grayscale: #303030. Windows color (decimal): -14346529 or 14620197. OLE color: 14620197.
HSL color Cylindrical-coordinate representation of color #2516DF: hue angle of 244.48º degrees, saturation: 0.82, 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 #2516DF is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 22 | 223 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.13 |
| HSL | 244.48º | 0.82% | 0.48% | - |
| HSV(B) | 244.48º | 0.9% | 0.87% | - |
| XYZ | 14.37 | 6.29 | 70.27 | - |
| YUV | 49.4 | 225.97 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 223 | 0.83 | 0.90 | 0 | 0.13 | 244.48 | 0.82 | 0.48 |
| Hex | 25 | 16 | DF | 53 | 5A | 0 | D | F4 | 52 | 30 |
| Octal | 45 | 26 | 337 | 123 | 132 | 0 | 15 | 364 | 122 | 60 |
| Binary | 100101 | 10110 | 11011111 | 1010011 | 1011010 | 0 | 1101 | 11110100 | 1010010 | 110000 |
Color Harmonies of #2516DF
Complementary color
Monochromatic Colors of #2516DF
Black with #2516DF
Text Example
Text Example
White with #2516DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516DF; }
p { color: rgb(37,22,223); }
H1.HeaderClassName
{
color: #2516DF;
}
.AnyTagClassName
{
color: #2516DF;
}
</style>
background-color css
<style>
a { background-color: #2516DF; }
a { background-color: rgb(37,22,223); }
div.DivClassName
{
background-color: #2516DF;
}
.BgClassName
{
background-color: #2516DF;
}
</style>
border-color css
<style>
span { border-color: #2516DF; }
span { border-color: rgb(37,22,223); }
td.TdClassName
{
border-color: #2516DF;
}
.TagClassName
{
border-color: #2516DF;
}
</style>