Shades of Medium Blue #250FE0
Tints of Medium Blue #250FE0
RGB
CMYK
RGB Variations
Color information
#250FE0 (or 0x250FE0) is known color: Medium Blue. HEX triplet: 25, 0F and E0. RGB value is (37,15,224). Sum of RGB (Red+Green+Blue) = 37+15+224=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 224 (87.89% from 255 or 81.16% from 276); Max value from RGB is 224 - color contains mainly: blue. Hex color #250FE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FE0 is #DAF01F. Grayscale: #2C2C2C. Windows color (decimal): -14348320 or 14683941. OLE color: 14683941.
HSL color Cylindrical-coordinate representation of color #250FE0: hue angle of 246.32º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FE0 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 15 | 224 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.12 |
| HSL | 246.32º | 0.87% | 0.47% | - |
| HSV(B) | 246.32º | 0.93% | 0.88% | - |
| XYZ | 14.39 | 6.12 | 70.94 | - |
| YUV | 45.4 | 228.79 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 224 | 0.83 | 0.93 | 0 | 0.12 | 246.32 | 0.87 | 0.47 |
| Hex | 25 | F | E0 | 53 | 5D | 0 | C | F6 | 57 | 2F |
| Octal | 45 | 17 | 340 | 123 | 135 | 0 | 14 | 366 | 127 | 57 |
| Binary | 100101 | 1111 | 11100000 | 1010011 | 1011101 | 0 | 1100 | 11110110 | 1010111 | 101111 |
Color Harmonies of #250FE0
Complementary color
Monochromatic Colors of #250FE0
Black with #250FE0
Text Example
Text Example
White with #250FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FE0; }
p { color: rgb(37,15,224); }
H1.HeaderClassName
{
color: #250FE0;
}
.AnyTagClassName
{
color: #250FE0;
}
</style>
background-color css
<style>
a { background-color: #250FE0; }
a { background-color: rgb(37,15,224); }
div.DivClassName
{
background-color: #250FE0;
}
.BgClassName
{
background-color: #250FE0;
}
</style>
border-color css
<style>
span { border-color: #250FE0; }
span { border-color: rgb(37,15,224); }
td.TdClassName
{
border-color: #250FE0;
}
.TagClassName
{
border-color: #250FE0;
}
</style>