Shades of Medium Blue #2516DA
Tints of Medium Blue #2516DA
RGB
CMYK
RGB Variations
Color information
#2516DA (or 0x2516DA) is known color: Medium Blue. HEX triplet: 25, 16 and DA. RGB value is (37,22,218). Sum of RGB (Red+Green+Blue) = 37+22+218=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 22 (8.98% from 255 or 7.94% 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 #2516DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516DA is #DAE925. Grayscale: #303030. Windows color (decimal): -14346534 or 14292517. OLE color: 14292517.
HSL color Cylindrical-coordinate representation of color #2516DA: hue angle of 244.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2516DA is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 22 | 218 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.15 |
| HSL | 244.59º | 0.82% | 0.47% | - |
| HSV(B) | 244.59º | 0.9% | 0.85% | - |
| XYZ | 13.7 | 6.03 | 66.77 | - |
| YUV | 48.83 | 223.47 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 218 | 0.83 | 0.90 | 0 | 0.15 | 244.59 | 0.82 | 0.47 |
| Hex | 25 | 16 | DA | 53 | 5A | 0 | F | F5 | 52 | 2F |
| Octal | 45 | 26 | 332 | 123 | 132 | 0 | 17 | 365 | 122 | 57 |
| Binary | 100101 | 10110 | 11011010 | 1010011 | 1011010 | 0 | 1111 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2516DA
Complementary color
Monochromatic Colors of #2516DA
Black with #2516DA
Text Example
Text Example
White with #2516DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516DA; }
p { color: rgb(37,22,218); }
H1.HeaderClassName
{
color: #2516DA;
}
.AnyTagClassName
{
color: #2516DA;
}
</style>
background-color css
<style>
a { background-color: #2516DA; }
a { background-color: rgb(37,22,218); }
div.DivClassName
{
background-color: #2516DA;
}
.BgClassName
{
background-color: #2516DA;
}
</style>
border-color css
<style>
span { border-color: #2516DA; }
span { border-color: rgb(37,22,218); }
td.TdClassName
{
border-color: #2516DA;
}
.TagClassName
{
border-color: #2516DA;
}
</style>