Shades of Medium Blue #2513BF
Tints of Medium Blue #2513BF
RGB
CMYK
RGB Variations
Color information
#2513BF (or 0x2513BF) is known color: Medium Blue. HEX triplet: 25, 13 and BF. RGB value is (37,19,191). Sum of RGB (Red+Green+Blue) = 37+19+191=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #2513BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513BF is #DAEC40. Grayscale: #2B2B2B. Windows color (decimal): -14347329 or 12522277. OLE color: 12522277.
HSL color Cylindrical-coordinate representation of color #2513BF: hue angle of 246.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2513BF is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 19 | 191 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.25 |
| HSL | 246.28º | 0.82% | 0.41% | - |
| HSV(B) | 246.28º | 0.9% | 0.75% | - |
| XYZ | 10.4 | 4.62 | 49.63 | - |
| YUV | 43.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 191 | 0.81 | 0.90 | 0 | 0.25 | 246.28 | 0.82 | 0.41 |
| Hex | 25 | 13 | BF | 51 | 5A | 0 | 19 | F6 | 52 | 29 |
| Octal | 45 | 23 | 277 | 121 | 132 | 0 | 31 | 366 | 122 | 51 |
| Binary | 100101 | 10011 | 10111111 | 1010001 | 1011010 | 0 | 11001 | 11110110 | 1010010 | 101001 |
Color Harmonies of #2513BF
Complementary color
Monochromatic Colors of #2513BF
Black with #2513BF
Text Example
Text Example
White with #2513BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513BF; }
p { color: rgb(37,19,191); }
H1.HeaderClassName
{
color: #2513BF;
}
.AnyTagClassName
{
color: #2513BF;
}
</style>
background-color css
<style>
a { background-color: #2513BF; }
a { background-color: rgb(37,19,191); }
div.DivClassName
{
background-color: #2513BF;
}
.BgClassName
{
background-color: #2513BF;
}
</style>
border-color css
<style>
span { border-color: #2513BF; }
span { border-color: rgb(37,19,191); }
td.TdClassName
{
border-color: #2513BF;
}
.TagClassName
{
border-color: #2513BF;
}
</style>