Shades of Medium Blue #250ED0
Tints of Medium Blue #250ED0
RGB
CMYK
RGB Variations
Color information
#250ED0 (or 0x250ED0) is known color: Medium Blue. HEX triplet: 25, 0E and D0. RGB value is (37,14,208). Sum of RGB (Red+Green+Blue) = 37+14+208=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 208 (81.64% from 255 or 80.31% from 259); Max value from RGB is 208 - color contains mainly: blue. Hex color #250ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ED0 is #DAF12F. Grayscale: #2A2A2A. Windows color (decimal): -14348592 or 13635109. OLE color: 13635109.
HSL color Cylindrical-coordinate representation of color #250ED0: hue angle of 247.11º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250ED0 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 14 | 208 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.18 |
| HSL | 247.11º | 0.87% | 0.44% | - |
| HSV(B) | 247.11º | 0.93% | 0.82% | - |
| XYZ | 12.31 | 5.26 | 60.04 | - |
| YUV | 42.99 | 221.12 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 208 | 0.82 | 0.93 | 0 | 0.18 | 247.11 | 0.87 | 0.44 |
| Hex | 25 | E | D0 | 52 | 5D | 0 | 12 | F7 | 57 | 2C |
| Octal | 45 | 16 | 320 | 122 | 135 | 0 | 22 | 367 | 127 | 54 |
| Binary | 100101 | 1110 | 11010000 | 1010010 | 1011101 | 0 | 10010 | 11110111 | 1010111 | 101100 |
Color Harmonies of #250ED0
Complementary color
Monochromatic Colors of #250ED0
Black with #250ED0
Text Example
Text Example
White with #250ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250ED0; }
p { color: rgb(37,14,208); }
H1.HeaderClassName
{
color: #250ED0;
}
.AnyTagClassName
{
color: #250ED0;
}
</style>
background-color css
<style>
a { background-color: #250ED0; }
a { background-color: rgb(37,14,208); }
div.DivClassName
{
background-color: #250ED0;
}
.BgClassName
{
background-color: #250ED0;
}
</style>
border-color css
<style>
span { border-color: #250ED0; }
span { border-color: rgb(37,14,208); }
td.TdClassName
{
border-color: #250ED0;
}
.TagClassName
{
border-color: #250ED0;
}
</style>