Shades of Blue #250FEA
Tints of Blue #250FEA
RGB
CMYK
RGB Variations
Color information
#250FEA (or 0x250FEA) is known color: Blue. HEX triplet: 25, 0F and EA. RGB value is (37,15,234). Sum of RGB (Red+Green+Blue) = 37+15+234=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #250FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FEA is #DAF015. Grayscale: #2D2D2D. Windows color (decimal): -14348310 or 15339301. OLE color: 15339301.
HSL color Cylindrical-coordinate representation of color #250FEA: hue angle of 246.03º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250FEA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 15 | 234 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.08 |
| HSL | 246.03º | 0.88% | 0.49% | - |
| HSV(B) | 246.03º | 0.94% | 0.92% | - |
| XYZ | 15.79 | 6.68 | 78.3 | - |
| YUV | 46.54 | 233.79 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 234 | 0.84 | 0.94 | 0 | 0.08 | 246.03 | 0.88 | 0.49 |
| Hex | 25 | F | EA | 54 | 5E | 0 | 8 | F6 | 58 | 31 |
| Octal | 45 | 17 | 352 | 124 | 136 | 0 | 10 | 366 | 130 | 61 |
| Binary | 100101 | 1111 | 11101010 | 1010100 | 1011110 | 0 | 1000 | 11110110 | 1011000 | 110001 |
Color Harmonies of #250FEA
Complementary color
Monochromatic Colors of #250FEA
Black with #250FEA
Text Example
Text Example
White with #250FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FEA; }
p { color: rgb(37,15,234); }
H1.HeaderClassName
{
color: #250FEA;
}
.AnyTagClassName
{
color: #250FEA;
}
</style>
background-color css
<style>
a { background-color: #250FEA; }
a { background-color: rgb(37,15,234); }
div.DivClassName
{
background-color: #250FEA;
}
.BgClassName
{
background-color: #250FEA;
}
</style>
border-color css
<style>
span { border-color: #250FEA; }
span { border-color: rgb(37,15,234); }
td.TdClassName
{
border-color: #250FEA;
}
.TagClassName
{
border-color: #250FEA;
}
</style>