Shades of Medium Blue #2511DD
Tints of Medium Blue #2511DD
RGB
CMYK
RGB Variations
Color information
#2511DD (or 0x2511DD) is known color: Medium Blue. HEX triplet: 25, 11 and DD. RGB value is (37,17,221). Sum of RGB (Red+Green+Blue) = 37+17+221=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #2511DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2511DD is #DAEE22. Grayscale: #2D2D2D. Windows color (decimal): -14347811 or 14487845. OLE color: 14487845.
HSL color Cylindrical-coordinate representation of color #2511DD: hue angle of 245.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2511DD is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 17 | 221 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.13 |
| HSL | 245.88º | 0.86% | 0.47% | - |
| HSV(B) | 245.88º | 0.92% | 0.87% | - |
| XYZ | 14.01 | 6.01 | 68.83 | - |
| YUV | 46.24 | 226.63 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 221 | 0.83 | 0.92 | 0 | 0.13 | 245.88 | 0.86 | 0.47 |
| Hex | 25 | 11 | DD | 53 | 5C | 0 | D | F6 | 56 | 2F |
| Octal | 45 | 21 | 335 | 123 | 134 | 0 | 15 | 366 | 126 | 57 |
| Binary | 100101 | 10001 | 11011101 | 1010011 | 1011100 | 0 | 1101 | 11110110 | 1010110 | 101111 |
Color Harmonies of #2511DD
Complementary color
Monochromatic Colors of #2511DD
Black with #2511DD
Text Example
Text Example
White with #2511DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511DD; }
p { color: rgb(37,17,221); }
H1.HeaderClassName
{
color: #2511DD;
}
.AnyTagClassName
{
color: #2511DD;
}
</style>
background-color css
<style>
a { background-color: #2511DD; }
a { background-color: rgb(37,17,221); }
div.DivClassName
{
background-color: #2511DD;
}
.BgClassName
{
background-color: #2511DD;
}
</style>
border-color css
<style>
span { border-color: #2511DD; }
span { border-color: rgb(37,17,221); }
td.TdClassName
{
border-color: #2511DD;
}
.TagClassName
{
border-color: #2511DD;
}
</style>