Shades of Medium Blue #250DC7
Tints of Medium Blue #250DC7
RGB
CMYK
RGB Variations
Color information
#250DC7 (or 0x250DC7) is known color: Medium Blue. HEX triplet: 25, 0D and C7. RGB value is (37,13,199). Sum of RGB (Red+Green+Blue) = 37+13+199=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 199 (78.12% from 255 or 79.92% from 249); Max value from RGB is 199 - color contains mainly: blue. Hex color #250DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DC7 is #DAF238. Grayscale: #282828. Windows color (decimal): -14348857 or 13045029. OLE color: 13045029.
HSL color Cylindrical-coordinate representation of color #250DC7: hue angle of 247.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DC7 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 13 | 199 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.22 |
| HSL | 247.74º | 0.88% | 0.42% | - |
| HSV(B) | 247.74º | 0.93% | 0.78% | - |
| XYZ | 11.22 | 4.8 | 54.37 | - |
| YUV | 41.38 | 216.95 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 199 | 0.81 | 0.93 | 0 | 0.22 | 247.74 | 0.88 | 0.42 |
| Hex | 25 | D | C7 | 51 | 5D | 0 | 16 | F8 | 58 | 2A |
| Octal | 45 | 15 | 307 | 121 | 135 | 0 | 26 | 370 | 130 | 52 |
| Binary | 100101 | 1101 | 11000111 | 1010001 | 1011101 | 0 | 10110 | 11111000 | 1011000 | 101010 |
Color Harmonies of #250DC7
Complementary color
Monochromatic Colors of #250DC7
Black with #250DC7
Text Example
Text Example
White with #250DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DC7; }
p { color: rgb(37,13,199); }
H1.HeaderClassName
{
color: #250DC7;
}
.AnyTagClassName
{
color: #250DC7;
}
</style>
background-color css
<style>
a { background-color: #250DC7; }
a { background-color: rgb(37,13,199); }
div.DivClassName
{
background-color: #250DC7;
}
.BgClassName
{
background-color: #250DC7;
}
</style>
border-color css
<style>
span { border-color: #250DC7; }
span { border-color: rgb(37,13,199); }
td.TdClassName
{
border-color: #250DC7;
}
.TagClassName
{
border-color: #250DC7;
}
</style>