Shades of Medium Blue #250ADF
Tints of Medium Blue #250ADF
RGB
CMYK
RGB Variations
Color information
#250ADF (or 0x250ADF) is known color: Medium Blue. HEX triplet: 25, 0A and DF. RGB value is (37,10,223). Sum of RGB (Red+Green+Blue) = 37+10+223=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #250ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ADF is #DAF520. Grayscale: #292929. Windows color (decimal): -14349601 or 14617125. OLE color: 14617125.
HSL color Cylindrical-coordinate representation of color #250ADF: hue angle of 247.61º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250ADF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 10 | 223 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.13 |
| HSL | 247.61º | 0.91% | 0.46% | - |
| HSV(B) | 247.61º | 0.96% | 0.87% | - |
| XYZ | 14.19 | 5.94 | 70.21 | - |
| YUV | 42.36 | 229.95 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 223 | 0.83 | 0.96 | 0 | 0.13 | 247.61 | 0.91 | 0.46 |
| Hex | 25 | A | DF | 53 | 60 | 0 | D | F8 | 5B | 2E |
| Octal | 45 | 12 | 337 | 123 | 140 | 0 | 15 | 370 | 133 | 56 |
| Binary | 100101 | 1010 | 11011111 | 1010011 | 1100000 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #250ADF
Complementary color
Monochromatic Colors of #250ADF
Black with #250ADF
Text Example
Text Example
White with #250ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250ADF; }
p { color: rgb(37,10,223); }
H1.HeaderClassName
{
color: #250ADF;
}
.AnyTagClassName
{
color: #250ADF;
}
</style>
background-color css
<style>
a { background-color: #250ADF; }
a { background-color: rgb(37,10,223); }
div.DivClassName
{
background-color: #250ADF;
}
.BgClassName
{
background-color: #250ADF;
}
</style>
border-color css
<style>
span { border-color: #250ADF; }
span { border-color: rgb(37,10,223); }
td.TdClassName
{
border-color: #250ADF;
}
.TagClassName
{
border-color: #250ADF;
}
</style>