Shades of Medium Blue #250FDB
Tints of Medium Blue #250FDB
RGB
CMYK
RGB Variations
Color information
#250FDB (or 0x250FDB) is known color: Medium Blue. HEX triplet: 25, 0F and DB. RGB value is (37,15,219). Sum of RGB (Red+Green+Blue) = 37+15+219=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #250FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FDB is #DAF024. Grayscale: #2C2C2C. Windows color (decimal): -14348325 or 14356261. OLE color: 14356261.
HSL color Cylindrical-coordinate representation of color #250FDB: hue angle of 246.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FDB is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 15 | 219 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.14 |
| HSL | 246.47º | 0.87% | 0.46% | - |
| HSV(B) | 246.47º | 0.93% | 0.86% | - |
| XYZ | 13.72 | 5.85 | 67.42 | - |
| YUV | 44.83 | 226.29 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 219 | 0.83 | 0.93 | 0 | 0.14 | 246.47 | 0.87 | 0.46 |
| Hex | 25 | F | DB | 53 | 5D | 0 | E | F6 | 57 | 2E |
| Octal | 45 | 17 | 333 | 123 | 135 | 0 | 16 | 366 | 127 | 56 |
| Binary | 100101 | 1111 | 11011011 | 1010011 | 1011101 | 0 | 1110 | 11110110 | 1010111 | 101110 |
Color Harmonies of #250FDB
Complementary color
Monochromatic Colors of #250FDB
Black with #250FDB
Text Example
Text Example
White with #250FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FDB; }
p { color: rgb(37,15,219); }
H1.HeaderClassName
{
color: #250FDB;
}
.AnyTagClassName
{
color: #250FDB;
}
</style>
background-color css
<style>
a { background-color: #250FDB; }
a { background-color: rgb(37,15,219); }
div.DivClassName
{
background-color: #250FDB;
}
.BgClassName
{
background-color: #250FDB;
}
</style>
border-color css
<style>
span { border-color: #250FDB; }
span { border-color: rgb(37,15,219); }
td.TdClassName
{
border-color: #250FDB;
}
.TagClassName
{
border-color: #250FDB;
}
</style>