Shades of Medium Blue #250DBC
Tints of Medium Blue #250DBC
RGB
CMYK
RGB Variations
Color information
#250DBC (or 0x250DBC) is known color: Medium Blue. HEX triplet: 25, 0D and BC. RGB value is (37,13,188). Sum of RGB (Red+Green+Blue) = 37+13+188=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #250DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DBC is #DAF243. Grayscale: #272727. Windows color (decimal): -14348868 or 12324133. OLE color: 12324133.
HSL color Cylindrical-coordinate representation of color #250DBC: hue angle of 248.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DBC is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 13 | 188 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.26 |
| HSL | 248.23º | 0.87% | 0.39% | - |
| HSV(B) | 248.23º | 0.93% | 0.74% | - |
| XYZ | 9.98 | 4.31 | 47.88 | - |
| YUV | 40.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 188 | 0.80 | 0.93 | 0 | 0.26 | 248.23 | 0.87 | 0.39 |
| Hex | 25 | D | BC | 50 | 5D | 0 | 1A | F8 | 57 | 27 |
| Octal | 45 | 15 | 274 | 120 | 135 | 0 | 32 | 370 | 127 | 47 |
| Binary | 100101 | 1101 | 10111100 | 1010000 | 1011101 | 0 | 11010 | 11111000 | 1010111 | 100111 |
Color Harmonies of #250DBC
Complementary color
Monochromatic Colors of #250DBC
Black with #250DBC
Text Example
Text Example
White with #250DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DBC; }
p { color: rgb(37,13,188); }
H1.HeaderClassName
{
color: #250DBC;
}
.AnyTagClassName
{
color: #250DBC;
}
</style>
background-color css
<style>
a { background-color: #250DBC; }
a { background-color: rgb(37,13,188); }
div.DivClassName
{
background-color: #250DBC;
}
.BgClassName
{
background-color: #250DBC;
}
</style>
border-color css
<style>
span { border-color: #250DBC; }
span { border-color: rgb(37,13,188); }
td.TdClassName
{
border-color: #250DBC;
}
.TagClassName
{
border-color: #250DBC;
}
</style>