Shades of Medium Blue #2513CD
Tints of Medium Blue #2513CD
RGB
CMYK
RGB Variations
Color information
#2513CD (or 0x2513CD) is known color: Medium Blue. HEX triplet: 25, 13 and CD. RGB value is (37,19,205). Sum of RGB (Red+Green+Blue) = 37+19+205=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #2513CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513CD is #DAEC32. Grayscale: #2C2C2C. Windows color (decimal): -14347315 or 13439781. OLE color: 13439781.
HSL color Cylindrical-coordinate representation of color #2513CD: hue angle of 245.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2513CD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 19 | 205 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.20 |
| HSL | 245.81º | 0.83% | 0.44% | - |
| HSV(B) | 245.81º | 0.91% | 0.8% | - |
| XYZ | 12.02 | 5.27 | 58.14 | - |
| YUV | 45.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 205 | 0.82 | 0.91 | 0 | 0.20 | 245.81 | 0.83 | 0.44 |
| Hex | 25 | 13 | CD | 52 | 5B | 0 | 14 | F6 | 53 | 2C |
| Octal | 45 | 23 | 315 | 122 | 133 | 0 | 24 | 366 | 123 | 54 |
| Binary | 100101 | 10011 | 11001101 | 1010010 | 1011011 | 0 | 10100 | 11110110 | 1010011 | 101100 |
Color Harmonies of #2513CD
Complementary color
Monochromatic Colors of #2513CD
Black with #2513CD
Text Example
Text Example
White with #2513CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513CD; }
p { color: rgb(37,19,205); }
H1.HeaderClassName
{
color: #2513CD;
}
.AnyTagClassName
{
color: #2513CD;
}
</style>
background-color css
<style>
a { background-color: #2513CD; }
a { background-color: rgb(37,19,205); }
div.DivClassName
{
background-color: #2513CD;
}
.BgClassName
{
background-color: #2513CD;
}
</style>
border-color css
<style>
span { border-color: #2513CD; }
span { border-color: rgb(37,19,205); }
td.TdClassName
{
border-color: #2513CD;
}
.TagClassName
{
border-color: #2513CD;
}
</style>