Shades of Medium Blue #2514DD
Tints of Medium Blue #2514DD
RGB
CMYK
RGB Variations
Color information
#2514DD (or 0x2514DD) is known color: Medium Blue. HEX triplet: 25, 14 and DD. RGB value is (37,20,221). Sum of RGB (Red+Green+Blue) = 37+20+221=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #2514DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514DD is #DAEB22. Grayscale: #2F2F2F. Windows color (decimal): -14347043 or 14488613. OLE color: 14488613.
HSL color Cylindrical-coordinate representation of color #2514DD: hue angle of 245.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2514DD is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 20 | 221 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.07º | 0.83% | 0.47% | - |
| HSV(B) | 245.07º | 0.91% | 0.87% | - |
| XYZ | 14.06 | 6.11 | 68.85 | - |
| YUV | 48 | 225.63 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 221 | 0.83 | 0.91 | 0 | 0.13 | 245.07 | 0.83 | 0.47 |
| Hex | 25 | 14 | DD | 53 | 5B | 0 | D | F5 | 53 | 2F |
| Octal | 45 | 24 | 335 | 123 | 133 | 0 | 15 | 365 | 123 | 57 |
| Binary | 100101 | 10100 | 11011101 | 1010011 | 1011011 | 0 | 1101 | 11110101 | 1010011 | 101111 |
Color Harmonies of #2514DD
Complementary color
Monochromatic Colors of #2514DD
Black with #2514DD
Text Example
Text Example
White with #2514DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514DD; }
p { color: rgb(37,20,221); }
H1.HeaderClassName
{
color: #2514DD;
}
.AnyTagClassName
{
color: #2514DD;
}
</style>
background-color css
<style>
a { background-color: #2514DD; }
a { background-color: rgb(37,20,221); }
div.DivClassName
{
background-color: #2514DD;
}
.BgClassName
{
background-color: #2514DD;
}
</style>
border-color css
<style>
span { border-color: #2514DD; }
span { border-color: rgb(37,20,221); }
td.TdClassName
{
border-color: #2514DD;
}
.TagClassName
{
border-color: #2514DD;
}
</style>