Shades of Medium Blue #250DC0
Tints of Medium Blue #250DC0
RGB
CMYK
RGB Variations
Color information
#250DC0 (or 0x250DC0) is known color: Medium Blue. HEX triplet: 25, 0D and C0. RGB value is (37,13,192). Sum of RGB (Red+Green+Blue) = 37+13+192=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #250DC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DC0 is #DAF23F. Grayscale: #272727. Windows color (decimal): -14348864 or 12586277. OLE color: 12586277.
HSL color Cylindrical-coordinate representation of color #250DC0: hue angle of 248.04º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DC0 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 13 | 192 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.25 |
| HSL | 248.04º | 0.87% | 0.4% | - |
| HSV(B) | 248.04º | 0.93% | 0.75% | - |
| XYZ | 10.42 | 4.49 | 50.19 | - |
| YUV | 40.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 192 | 0.81 | 0.93 | 0 | 0.25 | 248.04 | 0.87 | 0.4 |
| Hex | 25 | D | C0 | 51 | 5D | 0 | 19 | F8 | 57 | 28 |
| Octal | 45 | 15 | 300 | 121 | 135 | 0 | 31 | 370 | 127 | 50 |
| Binary | 100101 | 1101 | 11000000 | 1010001 | 1011101 | 0 | 11001 | 11111000 | 1010111 | 101000 |
Color Harmonies of #250DC0
Complementary color
Monochromatic Colors of #250DC0
Black with #250DC0
Text Example
Text Example
White with #250DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DC0; }
p { color: rgb(37,13,192); }
H1.HeaderClassName
{
color: #250DC0;
}
.AnyTagClassName
{
color: #250DC0;
}
</style>
background-color css
<style>
a { background-color: #250DC0; }
a { background-color: rgb(37,13,192); }
div.DivClassName
{
background-color: #250DC0;
}
.BgClassName
{
background-color: #250DC0;
}
</style>
border-color css
<style>
span { border-color: #250DC0; }
span { border-color: rgb(37,13,192); }
td.TdClassName
{
border-color: #250DC0;
}
.TagClassName
{
border-color: #250DC0;
}
</style>