Shades of Medium Blue #250FE3
Tints of Medium Blue #250FE3
RGB
CMYK
RGB Variations
Color information
#250FE3 (or 0x250FE3) is known color: Medium Blue. HEX triplet: 25, 0F and E3. RGB value is (37,15,227). Sum of RGB (Red+Green+Blue) = 37+15+227=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 227 (89.06% from 255 or 81.36% from 279); Max value from RGB is 227 - color contains mainly: blue. Hex color #250FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FE3 is #DAF01C. Grayscale: #2C2C2C. Windows color (decimal): -14348317 or 14880549. OLE color: 14880549.
HSL color Cylindrical-coordinate representation of color #250FE3: hue angle of 246.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FE3 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 15 | 227 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.11 |
| HSL | 246.23º | 0.88% | 0.47% | - |
| HSV(B) | 246.23º | 0.93% | 0.89% | - |
| XYZ | 14.8 | 6.28 | 73.11 | - |
| YUV | 45.75 | 230.29 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 227 | 0.84 | 0.93 | 0 | 0.11 | 246.23 | 0.88 | 0.47 |
| Hex | 25 | F | E3 | 54 | 5D | 0 | B | F6 | 58 | 2F |
| Octal | 45 | 17 | 343 | 124 | 135 | 0 | 13 | 366 | 130 | 57 |
| Binary | 100101 | 1111 | 11100011 | 1010100 | 1011101 | 0 | 1011 | 11110110 | 1011000 | 101111 |
Color Harmonies of #250FE3
Complementary color
Monochromatic Colors of #250FE3
Black with #250FE3
Text Example
Text Example
White with #250FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FE3; }
p { color: rgb(37,15,227); }
H1.HeaderClassName
{
color: #250FE3;
}
.AnyTagClassName
{
color: #250FE3;
}
</style>
background-color css
<style>
a { background-color: #250FE3; }
a { background-color: rgb(37,15,227); }
div.DivClassName
{
background-color: #250FE3;
}
.BgClassName
{
background-color: #250FE3;
}
</style>
border-color css
<style>
span { border-color: #250FE3; }
span { border-color: rgb(37,15,227); }
td.TdClassName
{
border-color: #250FE3;
}
.TagClassName
{
border-color: #250FE3;
}
</style>