Shades of Medium Blue #250EDA
Tints of Medium Blue #250EDA
RGB
CMYK
RGB Variations
Color information
#250EDA (or 0x250EDA) is known color: Medium Blue. HEX triplet: 25, 0E and DA. RGB value is (37,14,218). Sum of RGB (Red+Green+Blue) = 37+14+218=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #250EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EDA is #DAF125. Grayscale: #2B2B2B. Windows color (decimal): -14348582 or 14290469. OLE color: 14290469.
HSL color Cylindrical-coordinate representation of color #250EDA: hue angle of 246.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250EDA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 14 | 218 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.15 |
| HSL | 246.76º | 0.88% | 0.45% | - |
| HSV(B) | 246.76º | 0.94% | 0.85% | - |
| XYZ | 13.57 | 5.77 | 66.73 | - |
| YUV | 44.13 | 226.12 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 218 | 0.83 | 0.94 | 0 | 0.15 | 246.76 | 0.88 | 0.45 |
| Hex | 25 | E | DA | 53 | 5E | 0 | F | F7 | 58 | 2D |
| Octal | 45 | 16 | 332 | 123 | 136 | 0 | 17 | 367 | 130 | 55 |
| Binary | 100101 | 1110 | 11011010 | 1010011 | 1011110 | 0 | 1111 | 11110111 | 1011000 | 101101 |
Color Harmonies of #250EDA
Complementary color
Monochromatic Colors of #250EDA
Black with #250EDA
Text Example
Text Example
White with #250EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250EDA; }
p { color: rgb(37,14,218); }
H1.HeaderClassName
{
color: #250EDA;
}
.AnyTagClassName
{
color: #250EDA;
}
</style>
background-color css
<style>
a { background-color: #250EDA; }
a { background-color: rgb(37,14,218); }
div.DivClassName
{
background-color: #250EDA;
}
.BgClassName
{
background-color: #250EDA;
}
</style>
border-color css
<style>
span { border-color: #250EDA; }
span { border-color: rgb(37,14,218); }
td.TdClassName
{
border-color: #250EDA;
}
.TagClassName
{
border-color: #250EDA;
}
</style>