Shades of Blue #250DED
Tints of Blue #250DED
RGB
CMYK
RGB Variations
Color information
#250DED (or 0x250DED) is known color: Blue. HEX triplet: 25, 0D and ED. RGB value is (37,13,237). Sum of RGB (Red+Green+Blue) = 37+13+237=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #250DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DED is #DAF212. Grayscale: #2C2C2C. Windows color (decimal): -14348819 or 15535397. OLE color: 15535397.
HSL color Cylindrical-coordinate representation of color #250DED: hue angle of 246.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250DED is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 13 | 237 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.07 |
| HSL | 246.43º | 0.9% | 0.49% | - |
| HSV(B) | 246.43º | 0.95% | 0.93% | - |
| XYZ | 16.19 | 6.8 | 80.58 | - |
| YUV | 45.71 | 235.95 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 237 | 0.84 | 0.95 | 0 | 0.07 | 246.43 | 0.9 | 0.49 |
| Hex | 25 | D | ED | 54 | 5F | 0 | 7 | F6 | 5A | 31 |
| Octal | 45 | 15 | 355 | 124 | 137 | 0 | 7 | 366 | 132 | 61 |
| Binary | 100101 | 1101 | 11101101 | 1010100 | 1011111 | 0 | 111 | 11110110 | 1011010 | 110001 |
Color Harmonies of #250DED
Complementary color
Monochromatic Colors of #250DED
Black with #250DED
Text Example
Text Example
White with #250DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DED; }
p { color: rgb(37,13,237); }
H1.HeaderClassName
{
color: #250DED;
}
.AnyTagClassName
{
color: #250DED;
}
</style>
background-color css
<style>
a { background-color: #250DED; }
a { background-color: rgb(37,13,237); }
div.DivClassName
{
background-color: #250DED;
}
.BgClassName
{
background-color: #250DED;
}
</style>
border-color css
<style>
span { border-color: #250DED; }
span { border-color: rgb(37,13,237); }
td.TdClassName
{
border-color: #250DED;
}
.TagClassName
{
border-color: #250DED;
}
</style>