Shades of Medium Blue #250ECE
Tints of Medium Blue #250ECE
RGB
CMYK
RGB Variations
Color information
#250ECE (or 0x250ECE) is known color: Medium Blue. HEX triplet: 25, 0E and CE. RGB value is (37,14,206). Sum of RGB (Red+Green+Blue) = 37+14+206=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #250ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ECE is #DAF131. Grayscale: #2A2A2A. Windows color (decimal): -14348594 or 13504037. OLE color: 13504037.
HSL color Cylindrical-coordinate representation of color #250ECE: hue angle of 247.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250ECE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 14 | 206 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.19 |
| HSL | 247.19º | 0.87% | 0.43% | - |
| HSV(B) | 247.19º | 0.93% | 0.81% | - |
| XYZ | 12.06 | 5.16 | 58.75 | - |
| YUV | 42.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 206 | 0.82 | 0.93 | 0 | 0.19 | 247.19 | 0.87 | 0.43 |
| Hex | 25 | E | CE | 52 | 5D | 0 | 13 | F7 | 57 | 2B |
| Octal | 45 | 16 | 316 | 122 | 135 | 0 | 23 | 367 | 127 | 53 |
| Binary | 100101 | 1110 | 11001110 | 1010010 | 1011101 | 0 | 10011 | 11110111 | 1010111 | 101011 |
Color Harmonies of #250ECE
Complementary color
Monochromatic Colors of #250ECE
Black with #250ECE
Text Example
Text Example
White with #250ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250ECE; }
p { color: rgb(37,14,206); }
H1.HeaderClassName
{
color: #250ECE;
}
.AnyTagClassName
{
color: #250ECE;
}
</style>
background-color css
<style>
a { background-color: #250ECE; }
a { background-color: rgb(37,14,206); }
div.DivClassName
{
background-color: #250ECE;
}
.BgClassName
{
background-color: #250ECE;
}
</style>
border-color css
<style>
span { border-color: #250ECE; }
span { border-color: rgb(37,14,206); }
td.TdClassName
{
border-color: #250ECE;
}
.TagClassName
{
border-color: #250ECE;
}
</style>