Shades of Medium Blue #250EDB
Tints of Medium Blue #250EDB
RGB
CMYK
RGB Variations
Color information
#250EDB (or 0x250EDB) is known color: Medium Blue. HEX triplet: 25, 0E and DB. RGB value is (37,14,219). Sum of RGB (Red+Green+Blue) = 37+14+219=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #250EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EDB is #DAF124. Grayscale: #2B2B2B. Windows color (decimal): -14348581 or 14356005. OLE color: 14356005.
HSL color Cylindrical-coordinate representation of color #250EDB: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250EDB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 14 | 219 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.14 |
| HSL | 246.73º | 0.88% | 0.46% | - |
| HSV(B) | 246.73º | 0.94% | 0.86% | - |
| XYZ | 13.71 | 5.82 | 67.42 | - |
| YUV | 44.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 219 | 0.83 | 0.94 | 0 | 0.14 | 246.73 | 0.88 | 0.46 |
| Hex | 25 | E | DB | 53 | 5E | 0 | E | F7 | 58 | 2E |
| Octal | 45 | 16 | 333 | 123 | 136 | 0 | 16 | 367 | 130 | 56 |
| Binary | 100101 | 1110 | 11011011 | 1010011 | 1011110 | 0 | 1110 | 11110111 | 1011000 | 101110 |
Color Harmonies of #250EDB
Complementary color
Monochromatic Colors of #250EDB
Black with #250EDB
Text Example
Text Example
White with #250EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250EDB; }
p { color: rgb(37,14,219); }
H1.HeaderClassName
{
color: #250EDB;
}
.AnyTagClassName
{
color: #250EDB;
}
</style>
background-color css
<style>
a { background-color: #250EDB; }
a { background-color: rgb(37,14,219); }
div.DivClassName
{
background-color: #250EDB;
}
.BgClassName
{
background-color: #250EDB;
}
</style>
border-color css
<style>
span { border-color: #250EDB; }
span { border-color: rgb(37,14,219); }
td.TdClassName
{
border-color: #250EDB;
}
.TagClassName
{
border-color: #250EDB;
}
</style>