Shades of Medium Blue #250FBA
Tints of Medium Blue #250FBA
RGB
CMYK
RGB Variations
Color information
#250FBA (or 0x250FBA) is known color: Medium Blue. HEX triplet: 25, 0F and BA. RGB value is (37,15,186). Sum of RGB (Red+Green+Blue) = 37+15+186=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #250FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FBA is #DAF045. Grayscale: #282828. Windows color (decimal): -14348358 or 12193573. OLE color: 12193573.
HSL color Cylindrical-coordinate representation of color #250FBA: hue angle of 247.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250FBA is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 15 | 186 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.27 |
| HSL | 247.72º | 0.85% | 0.39% | - |
| HSV(B) | 247.72º | 0.92% | 0.73% | - |
| XYZ | 9.8 | 4.28 | 46.76 | - |
| YUV | 41.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 186 | 0.80 | 0.92 | 0 | 0.27 | 247.72 | 0.85 | 0.39 |
| Hex | 25 | F | BA | 50 | 5C | 0 | 1B | F8 | 55 | 27 |
| Octal | 45 | 17 | 272 | 120 | 134 | 0 | 33 | 370 | 125 | 47 |
| Binary | 100101 | 1111 | 10111010 | 1010000 | 1011100 | 0 | 11011 | 11111000 | 1010101 | 100111 |
Color Harmonies of #250FBA
Complementary color
Monochromatic Colors of #250FBA
Black with #250FBA
Text Example
Text Example
White with #250FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FBA; }
p { color: rgb(37,15,186); }
H1.HeaderClassName
{
color: #250FBA;
}
.AnyTagClassName
{
color: #250FBA;
}
</style>
background-color css
<style>
a { background-color: #250FBA; }
a { background-color: rgb(37,15,186); }
div.DivClassName
{
background-color: #250FBA;
}
.BgClassName
{
background-color: #250FBA;
}
</style>
border-color css
<style>
span { border-color: #250FBA; }
span { border-color: rgb(37,15,186); }
td.TdClassName
{
border-color: #250FBA;
}
.TagClassName
{
border-color: #250FBA;
}
</style>