Shades of Medium Blue #250FBE
Tints of Medium Blue #250FBE
RGB
CMYK
RGB Variations
Color information
#250FBE (or 0x250FBE) is known color: Medium Blue. HEX triplet: 25, 0F and BE. RGB value is (37,15,190). Sum of RGB (Red+Green+Blue) = 37+15+190=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #250FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FBE is #DAF041. Grayscale: #282828. Windows color (decimal): -14348354 or 12455717. OLE color: 12455717.
HSL color Cylindrical-coordinate representation of color #250FBE: hue angle of 247.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250FBE is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 15 | 190 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.25 |
| HSL | 247.54º | 0.85% | 0.4% | - |
| HSV(B) | 247.54º | 0.92% | 0.75% | - |
| XYZ | 10.23 | 4.45 | 49.04 | - |
| YUV | 41.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 190 | 0.81 | 0.92 | 0 | 0.25 | 247.54 | 0.85 | 0.4 |
| Hex | 25 | F | BE | 51 | 5C | 0 | 19 | F8 | 55 | 28 |
| Octal | 45 | 17 | 276 | 121 | 134 | 0 | 31 | 370 | 125 | 50 |
| Binary | 100101 | 1111 | 10111110 | 1010001 | 1011100 | 0 | 11001 | 11111000 | 1010101 | 101000 |
Color Harmonies of #250FBE
Complementary color
Monochromatic Colors of #250FBE
Black with #250FBE
Text Example
Text Example
White with #250FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FBE; }
p { color: rgb(37,15,190); }
H1.HeaderClassName
{
color: #250FBE;
}
.AnyTagClassName
{
color: #250FBE;
}
</style>
background-color css
<style>
a { background-color: #250FBE; }
a { background-color: rgb(37,15,190); }
div.DivClassName
{
background-color: #250FBE;
}
.BgClassName
{
background-color: #250FBE;
}
</style>
border-color css
<style>
span { border-color: #250FBE; }
span { border-color: rgb(37,15,190); }
td.TdClassName
{
border-color: #250FBE;
}
.TagClassName
{
border-color: #250FBE;
}
</style>