Shades of Medium Blue #250BDF
Tints of Medium Blue #250BDF
RGB
CMYK
RGB Variations
Color information
#250BDF (or 0x250BDF) is known color: Medium Blue. HEX triplet: 25, 0B and DF. RGB value is (37,11,223). Sum of RGB (Red+Green+Blue) = 37+11+223=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #250BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BDF is #DAF420. Grayscale: #2A2A2A. Windows color (decimal): -14349345 or 14617381. OLE color: 14617381.
HSL color Cylindrical-coordinate representation of color #250BDF: hue angle of 247.36º 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 #250BDF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 11 | 223 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.13 |
| HSL | 247.36º | 0.91% | 0.46% | - |
| HSV(B) | 247.36º | 0.95% | 0.87% | - |
| XYZ | 14.2 | 5.96 | 70.21 | - |
| YUV | 42.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 223 | 0.83 | 0.95 | 0 | 0.13 | 247.36 | 0.91 | 0.46 |
| Hex | 25 | B | DF | 53 | 5F | 0 | D | F7 | 5B | 2E |
| Octal | 45 | 13 | 337 | 123 | 137 | 0 | 15 | 367 | 133 | 56 |
| Binary | 100101 | 1011 | 11011111 | 1010011 | 1011111 | 0 | 1101 | 11110111 | 1011011 | 101110 |
Color Harmonies of #250BDF
Complementary color
Monochromatic Colors of #250BDF
Black with #250BDF
Text Example
Text Example
White with #250BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BDF; }
p { color: rgb(37,11,223); }
H1.HeaderClassName
{
color: #250BDF;
}
.AnyTagClassName
{
color: #250BDF;
}
</style>
background-color css
<style>
a { background-color: #250BDF; }
a { background-color: rgb(37,11,223); }
div.DivClassName
{
background-color: #250BDF;
}
.BgClassName
{
background-color: #250BDF;
}
</style>
border-color css
<style>
span { border-color: #250BDF; }
span { border-color: rgb(37,11,223); }
td.TdClassName
{
border-color: #250BDF;
}
.TagClassName
{
border-color: #250BDF;
}
</style>