Shades of Blue #250EEA
Tints of Blue #250EEA
RGB
CMYK
RGB Variations
Color information
#250EEA (or 0x250EEA) is known color: Blue. HEX triplet: 25, 0E and EA. RGB value is (37,14,234). Sum of RGB (Red+Green+Blue) = 37+14+234=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #250EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EEA is #DAF115. Grayscale: #2D2D2D. Windows color (decimal): -14348566 or 15339045. OLE color: 15339045.
HSL color Cylindrical-coordinate representation of color #250EEA: hue angle of 246.27º degrees, saturation: 0.89, 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 #250EEA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 14 | 234 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.08 |
| HSL | 246.27º | 0.89% | 0.49% | - |
| HSV(B) | 246.27º | 0.94% | 0.92% | - |
| XYZ | 15.77 | 6.65 | 78.29 | - |
| YUV | 45.96 | 234.12 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 234 | 0.84 | 0.94 | 0 | 0.08 | 246.27 | 0.89 | 0.49 |
| Hex | 25 | E | EA | 54 | 5E | 0 | 8 | F6 | 59 | 31 |
| Octal | 45 | 16 | 352 | 124 | 136 | 0 | 10 | 366 | 131 | 61 |
| Binary | 100101 | 1110 | 11101010 | 1010100 | 1011110 | 0 | 1000 | 11110110 | 1011001 | 110001 |
Color Harmonies of #250EEA
Complementary color
Monochromatic Colors of #250EEA
Black with #250EEA
Text Example
Text Example
White with #250EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250EEA; }
p { color: rgb(37,14,234); }
H1.HeaderClassName
{
color: #250EEA;
}
.AnyTagClassName
{
color: #250EEA;
}
</style>
background-color css
<style>
a { background-color: #250EEA; }
a { background-color: rgb(37,14,234); }
div.DivClassName
{
background-color: #250EEA;
}
.BgClassName
{
background-color: #250EEA;
}
</style>
border-color css
<style>
span { border-color: #250EEA; }
span { border-color: rgb(37,14,234); }
td.TdClassName
{
border-color: #250EEA;
}
.TagClassName
{
border-color: #250EEA;
}
</style>