Shades of Medium Blue #250DBD
Tints of Medium Blue #250DBD
RGB
CMYK
RGB Variations
Color information
#250DBD (or 0x250DBD) is known color: Medium Blue. HEX triplet: 25, 0D and BD. RGB value is (37,13,189). Sum of RGB (Red+Green+Blue) = 37+13+189=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #250DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DBD is #DAF242. Grayscale: #272727. Windows color (decimal): -14348867 or 12389669. OLE color: 12389669.
HSL color Cylindrical-coordinate representation of color #250DBD: hue angle of 248.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DBD is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 13 | 189 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.26 |
| HSL | 248.18º | 0.87% | 0.4% | - |
| HSV(B) | 248.18º | 0.93% | 0.74% | - |
| XYZ | 10.09 | 4.36 | 48.45 | - |
| YUV | 40.24 | 211.95 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 189 | 0.80 | 0.93 | 0 | 0.26 | 248.18 | 0.87 | 0.4 |
| Hex | 25 | D | BD | 50 | 5D | 0 | 1A | F8 | 57 | 28 |
| Octal | 45 | 15 | 275 | 120 | 135 | 0 | 32 | 370 | 127 | 50 |
| Binary | 100101 | 1101 | 10111101 | 1010000 | 1011101 | 0 | 11010 | 11111000 | 1010111 | 101000 |
Color Harmonies of #250DBD
Complementary color
Monochromatic Colors of #250DBD
Black with #250DBD
Text Example
Text Example
White with #250DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DBD; }
p { color: rgb(37,13,189); }
H1.HeaderClassName
{
color: #250DBD;
}
.AnyTagClassName
{
color: #250DBD;
}
</style>
background-color css
<style>
a { background-color: #250DBD; }
a { background-color: rgb(37,13,189); }
div.DivClassName
{
background-color: #250DBD;
}
.BgClassName
{
background-color: #250DBD;
}
</style>
border-color css
<style>
span { border-color: #250DBD; }
span { border-color: rgb(37,13,189); }
td.TdClassName
{
border-color: #250DBD;
}
.TagClassName
{
border-color: #250DBD;
}
</style>