Shades of Blue #250FEF
Tints of Blue #250FEF
RGB
CMYK
RGB Variations
Color information
#250FEF (or 0x250FEF) is known color: Blue. HEX triplet: 25, 0F and EF. RGB value is (37,15,239). Sum of RGB (Red+Green+Blue) = 37+15+239=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #250FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FEF is #DAF010. Grayscale: #2E2E2E. Windows color (decimal): -14348305 or 15666981. OLE color: 15666981.
HSL color Cylindrical-coordinate representation of color #250FEF: hue angle of 245.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250FEF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 15 | 239 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.06 |
| HSL | 245.89º | 0.88% | 0.5% | - |
| HSV(B) | 245.89º | 0.94% | 0.94% | - |
| XYZ | 16.51 | 6.97 | 82.14 | - |
| YUV | 47.11 | 236.29 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 239 | 0.85 | 0.94 | 0 | 0.06 | 245.89 | 0.88 | 0.5 |
| Hex | 25 | F | EF | 55 | 5E | 0 | 6 | F6 | 58 | 32 |
| Octal | 45 | 17 | 357 | 125 | 136 | 0 | 6 | 366 | 130 | 62 |
| Binary | 100101 | 1111 | 11101111 | 1010101 | 1011110 | 0 | 110 | 11110110 | 1011000 | 110010 |
Color Harmonies of #250FEF
Complementary color
Monochromatic Colors of #250FEF
Black with #250FEF
Text Example
Text Example
White with #250FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FEF; }
p { color: rgb(37,15,239); }
H1.HeaderClassName
{
color: #250FEF;
}
.AnyTagClassName
{
color: #250FEF;
}
</style>
background-color css
<style>
a { background-color: #250FEF; }
a { background-color: rgb(37,15,239); }
div.DivClassName
{
background-color: #250FEF;
}
.BgClassName
{
background-color: #250FEF;
}
</style>
border-color css
<style>
span { border-color: #250FEF; }
span { border-color: rgb(37,15,239); }
td.TdClassName
{
border-color: #250FEF;
}
.TagClassName
{
border-color: #250FEF;
}
</style>