Shades of Medium Blue #250DC4
Tints of Medium Blue #250DC4
RGB
CMYK
RGB Variations
Color information
#250DC4 (or 0x250DC4) is known color: Medium Blue. HEX triplet: 25, 0D and C4. RGB value is (37,13,196). Sum of RGB (Red+Green+Blue) = 37+13+196=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 196 (76.95% from 255 or 79.67% from 246); Max value from RGB is 196 - color contains mainly: blue. Hex color #250DC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DC4 is #DAF23B. Grayscale: #282828. Windows color (decimal): -14348860 or 12848421. OLE color: 12848421.
HSL color Cylindrical-coordinate representation of color #250DC4: hue angle of 247.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DC4 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 13 | 196 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.23 |
| HSL | 247.87º | 0.88% | 0.41% | - |
| HSV(B) | 247.87º | 0.93% | 0.77% | - |
| XYZ | 10.87 | 4.67 | 52.55 | - |
| YUV | 41.04 | 215.45 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 196 | 0.81 | 0.93 | 0 | 0.23 | 247.87 | 0.88 | 0.41 |
| Hex | 25 | D | C4 | 51 | 5D | 0 | 17 | F8 | 58 | 29 |
| Octal | 45 | 15 | 304 | 121 | 135 | 0 | 27 | 370 | 130 | 51 |
| Binary | 100101 | 1101 | 11000100 | 1010001 | 1011101 | 0 | 10111 | 11111000 | 1011000 | 101001 |
Color Harmonies of #250DC4
Complementary color
Monochromatic Colors of #250DC4
Black with #250DC4
Text Example
Text Example
White with #250DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DC4; }
p { color: rgb(37,13,196); }
H1.HeaderClassName
{
color: #250DC4;
}
.AnyTagClassName
{
color: #250DC4;
}
</style>
background-color css
<style>
a { background-color: #250DC4; }
a { background-color: rgb(37,13,196); }
div.DivClassName
{
background-color: #250DC4;
}
.BgClassName
{
background-color: #250DC4;
}
</style>
border-color css
<style>
span { border-color: #250DC4; }
span { border-color: rgb(37,13,196); }
td.TdClassName
{
border-color: #250DC4;
}
.TagClassName
{
border-color: #250DC4;
}
</style>