Shades of Medium Blue #2513DF
Tints of Medium Blue #2513DF
RGB
CMYK
RGB Variations
Color information
#2513DF (or 0x2513DF) is known color: Medium Blue. HEX triplet: 25, 13 and DF. RGB value is (37,19,223). Sum of RGB (Red+Green+Blue) = 37+19+223=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2513DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513DF is #DAEC20. Grayscale: #2E2E2E. Windows color (decimal): -14347297 or 14619429. OLE color: 14619429.
HSL color Cylindrical-coordinate representation of color #2513DF: hue angle of 245.29º degrees, saturation: 0.84, 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 #2513DF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 19 | 223 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.29º | 0.84% | 0.47% | - |
| HSV(B) | 245.29º | 0.91% | 0.87% | - |
| XYZ | 14.32 | 6.19 | 70.25 | - |
| YUV | 47.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 223 | 0.83 | 0.91 | 0 | 0.13 | 245.29 | 0.84 | 0.47 |
| Hex | 25 | 13 | DF | 53 | 5B | 0 | D | F5 | 54 | 2F |
| Octal | 45 | 23 | 337 | 123 | 133 | 0 | 15 | 365 | 124 | 57 |
| Binary | 100101 | 10011 | 11011111 | 1010011 | 1011011 | 0 | 1101 | 11110101 | 1010100 | 101111 |
Color Harmonies of #2513DF
Complementary color
Monochromatic Colors of #2513DF
Black with #2513DF
Text Example
Text Example
White with #2513DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513DF; }
p { color: rgb(37,19,223); }
H1.HeaderClassName
{
color: #2513DF;
}
.AnyTagClassName
{
color: #2513DF;
}
</style>
background-color css
<style>
a { background-color: #2513DF; }
a { background-color: rgb(37,19,223); }
div.DivClassName
{
background-color: #2513DF;
}
.BgClassName
{
background-color: #2513DF;
}
</style>
border-color css
<style>
span { border-color: #2513DF; }
span { border-color: rgb(37,19,223); }
td.TdClassName
{
border-color: #2513DF;
}
.TagClassName
{
border-color: #2513DF;
}
</style>