Shades of Medium Blue #2512DD
Tints of Medium Blue #2512DD
RGB
CMYK
RGB Variations
Color information
#2512DD (or 0x2512DD) is known color: Medium Blue. HEX triplet: 25, 12 and DD. RGB value is (37,18,221). Sum of RGB (Red+Green+Blue) = 37+18+221=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #2512DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512DD is #DAED22. Grayscale: #2E2E2E. Windows color (decimal): -14347555 or 14488101. OLE color: 14488101.
HSL color Cylindrical-coordinate representation of color #2512DD: hue angle of 245.62º degrees, saturation: 0.85, 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 #2512DD is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 18 | 221 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.13 |
| HSL | 245.62º | 0.85% | 0.47% | - |
| HSV(B) | 245.62º | 0.92% | 0.87% | - |
| XYZ | 14.03 | 6.05 | 68.83 | - |
| YUV | 46.82 | 226.29 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 221 | 0.83 | 0.92 | 0 | 0.13 | 245.62 | 0.85 | 0.47 |
| Hex | 25 | 12 | DD | 53 | 5C | 0 | D | F6 | 55 | 2F |
| Octal | 45 | 22 | 335 | 123 | 134 | 0 | 15 | 366 | 125 | 57 |
| Binary | 100101 | 10010 | 11011101 | 1010011 | 1011100 | 0 | 1101 | 11110110 | 1010101 | 101111 |
Color Harmonies of #2512DD
Complementary color
Monochromatic Colors of #2512DD
Black with #2512DD
Text Example
Text Example
White with #2512DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2512DD; }
p { color: rgb(37,18,221); }
H1.HeaderClassName
{
color: #2512DD;
}
.AnyTagClassName
{
color: #2512DD;
}
</style>
background-color css
<style>
a { background-color: #2512DD; }
a { background-color: rgb(37,18,221); }
div.DivClassName
{
background-color: #2512DD;
}
.BgClassName
{
background-color: #2512DD;
}
</style>
border-color css
<style>
span { border-color: #2512DD; }
span { border-color: rgb(37,18,221); }
td.TdClassName
{
border-color: #2512DD;
}
.TagClassName
{
border-color: #2512DD;
}
</style>