Shades of Blue #250EFF
Tints of Blue #250EFF
RGB
CMYK
RGB Variations
Color information
#250EFF (or 0x250EFF) is known color: Blue. HEX triplet: 25, 0E and FF. RGB value is (37,14,255). Sum of RGB (Red+Green+Blue) = 37+14+255=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #250EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EFF is #DAF100. Grayscale: #2F2F2F. Windows color (decimal): -14348545 or 16715301. OLE color: 16715301.
HSL color Cylindrical-coordinate representation of color #250EFF: hue angle of 245.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250EFF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 14 | 255 | - |
| CMYK | 0.85 | 0.95 | 0 | 0 |
| HSL | 245.73º | 1% | 0.53% | - |
| HSV(B) | 245.73º | 0.95% | 1% | - |
| XYZ | 18.97 | 7.93 | 95.14 | - |
| YUV | 48.35 | 244.62 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 255 | 0.85 | 0.95 | 0 | 0 | 245.73 | 1 | 0.53 |
| Hex | 25 | E | FF | 55 | 5F | 0 | 0 | F6 | 64 | 35 |
| Octal | 45 | 16 | 377 | 125 | 137 | 0 | 0 | 366 | 144 | 65 |
| Binary | 100101 | 1110 | 11111111 | 1010101 | 1011111 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #250EFF
Complementary color
Monochromatic Colors of #250EFF
Black with #250EFF
Text Example
Text Example
White with #250EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250EFF; }
p { color: rgb(37,14,255); }
H1.HeaderClassName
{
color: #250EFF;
}
.AnyTagClassName
{
color: #250EFF;
}
</style>
background-color css
<style>
a { background-color: #250EFF; }
a { background-color: rgb(37,14,255); }
div.DivClassName
{
background-color: #250EFF;
}
.BgClassName
{
background-color: #250EFF;
}
</style>
border-color css
<style>
span { border-color: #250EFF; }
span { border-color: rgb(37,14,255); }
td.TdClassName
{
border-color: #250EFF;
}
.TagClassName
{
border-color: #250EFF;
}
</style>