Shades of Medium Blue #250BDE
Tints of Medium Blue #250BDE
RGB
CMYK
RGB Variations
Color information
#250BDE (or 0x250BDE) is known color: Medium Blue. HEX triplet: 25, 0B and DE. RGB value is (37,11,222). Sum of RGB (Red+Green+Blue) = 37+11+222=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #250BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BDE is #DAF421. Grayscale: #2A2A2A. Windows color (decimal): -14349346 or 14551845. OLE color: 14551845.
HSL color Cylindrical-coordinate representation of color #250BDE: hue angle of 247.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BDE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 11 | 222 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.13 |
| HSL | 247.39º | 0.91% | 0.46% | - |
| HSV(B) | 247.39º | 0.95% | 0.87% | - |
| XYZ | 14.07 | 5.91 | 69.51 | - |
| YUV | 42.83 | 229.11 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 222 | 0.83 | 0.95 | 0 | 0.13 | 247.39 | 0.91 | 0.46 |
| Hex | 25 | B | DE | 53 | 5F | 0 | D | F7 | 5B | 2E |
| Octal | 45 | 13 | 336 | 123 | 137 | 0 | 15 | 367 | 133 | 56 |
| Binary | 100101 | 1011 | 11011110 | 1010011 | 1011111 | 0 | 1101 | 11110111 | 1011011 | 101110 |
Color Harmonies of #250BDE
Complementary color
Monochromatic Colors of #250BDE
Black with #250BDE
Text Example
Text Example
White with #250BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BDE; }
p { color: rgb(37,11,222); }
H1.HeaderClassName
{
color: #250BDE;
}
.AnyTagClassName
{
color: #250BDE;
}
</style>
background-color css
<style>
a { background-color: #250BDE; }
a { background-color: rgb(37,11,222); }
div.DivClassName
{
background-color: #250BDE;
}
.BgClassName
{
background-color: #250BDE;
}
</style>
border-color css
<style>
span { border-color: #250BDE; }
span { border-color: rgb(37,11,222); }
td.TdClassName
{
border-color: #250BDE;
}
.TagClassName
{
border-color: #250BDE;
}
</style>