Shades of Blue #250FFE
Tints of Blue #250FFE
RGB
CMYK
RGB Variations
Color information
#250FFE (or 0x250FFE) is known color: Blue. HEX triplet: 25, 0F and FE. RGB value is (37,15,254). Sum of RGB (Red+Green+Blue) = 37+15+254=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #250FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FFE is #DAF001. Grayscale: #2F2F2F. Windows color (decimal): -14348290 or 16650021. OLE color: 16650021.
HSL color Cylindrical-coordinate representation of color #250FFE: hue angle of 245.52º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250FFE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 15 | 254 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.00 |
| HSL | 245.52º | 0.99% | 0.53% | - |
| HSV(B) | 245.52º | 0.94% | 1% | - |
| XYZ | 18.82 | 7.89 | 94.3 | - |
| YUV | 48.82 | 243.79 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 254 | 0.85 | 0.94 | 0 | 0.00 | 245.52 | 0.99 | 0.53 |
| Hex | 25 | F | FE | 55 | 5E | 0 | 0 | F6 | 63 | 35 |
| Octal | 45 | 17 | 376 | 125 | 136 | 0 | 0 | 366 | 143 | 65 |
| Binary | 100101 | 1111 | 11111110 | 1010101 | 1011110 | 0 | 0 | 11110110 | 1100011 | 110101 |
Color Harmonies of #250FFE
Complementary color
Monochromatic Colors of #250FFE
Black with #250FFE
Text Example
Text Example
White with #250FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FFE; }
p { color: rgb(37,15,254); }
H1.HeaderClassName
{
color: #250FFE;
}
.AnyTagClassName
{
color: #250FFE;
}
</style>
background-color css
<style>
a { background-color: #250FFE; }
a { background-color: rgb(37,15,254); }
div.DivClassName
{
background-color: #250FFE;
}
.BgClassName
{
background-color: #250FFE;
}
</style>
border-color css
<style>
span { border-color: #250FFE; }
span { border-color: rgb(37,15,254); }
td.TdClassName
{
border-color: #250FFE;
}
.TagClassName
{
border-color: #250FFE;
}
</style>