Shades of Medium Blue #2507D7
Tints of Medium Blue #2507D7
RGB
CMYK
RGB Variations
Color information
#2507D7 (or 0x2507D7) is known color: Medium Blue. HEX triplet: 25, 07 and D7. RGB value is (37,7,215). Sum of RGB (Red+Green+Blue) = 37+7+215=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 215 (84.38% from 255 or 83.01% from 259); Max value from RGB is 215 - color contains mainly: blue. Hex color #2507D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2507D7 is #DAF828. Grayscale: #262626. Windows color (decimal): -14350377 or 14092069. OLE color: 14092069.
HSL color Cylindrical-coordinate representation of color #2507D7: hue angle of 248.65º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2507D7 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 7 | 215 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.16 |
| HSL | 248.65º | 0.94% | 0.44% | - |
| HSV(B) | 248.65º | 0.97% | 0.84% | - |
| XYZ | 13.1 | 5.45 | 64.65 | - |
| YUV | 39.68 | 226.94 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 215 | 0.83 | 0.97 | 0 | 0.16 | 248.65 | 0.94 | 0.44 |
| Hex | 25 | 7 | D7 | 53 | 61 | 0 | 10 | F9 | 5E | 2C |
| Octal | 45 | 7 | 327 | 123 | 141 | 0 | 20 | 371 | 136 | 54 |
| Binary | 100101 | 111 | 11010111 | 1010011 | 1100001 | 0 | 10000 | 11111001 | 1011110 | 101100 |
Color Harmonies of #2507D7
Complementary color
Monochromatic Colors of #2507D7
Black with #2507D7
Text Example
Text Example
White with #2507D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2507D7; }
p { color: rgb(37,7,215); }
H1.HeaderClassName
{
color: #2507D7;
}
.AnyTagClassName
{
color: #2507D7;
}
</style>
background-color css
<style>
a { background-color: #2507D7; }
a { background-color: rgb(37,7,215); }
div.DivClassName
{
background-color: #2507D7;
}
.BgClassName
{
background-color: #2507D7;
}
</style>
border-color css
<style>
span { border-color: #2507D7; }
span { border-color: rgb(37,7,215); }
td.TdClassName
{
border-color: #2507D7;
}
.TagClassName
{
border-color: #2507D7;
}
</style>