Shades of Blue #250AED
Tints of Blue #250AED
RGB
CMYK
RGB Variations
Color information
#250AED (or 0x250AED) is known color: Blue. HEX triplet: 25, 0A and ED. RGB value is (37,10,237). Sum of RGB (Red+Green+Blue) = 37+10+237=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #250AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250AED is #DAF512. Grayscale: #2B2B2B. Windows color (decimal): -14349587 or 15534629. OLE color: 15534629.
HSL color Cylindrical-coordinate representation of color #250AED: hue angle of 247.14º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250AED is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 10 | 237 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.07 |
| HSL | 247.14º | 0.92% | 0.48% | - |
| HSV(B) | 247.14º | 0.96% | 0.93% | - |
| XYZ | 16.16 | 6.72 | 80.57 | - |
| YUV | 43.95 | 236.95 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 237 | 0.84 | 0.96 | 0 | 0.07 | 247.14 | 0.92 | 0.48 |
| Hex | 25 | A | ED | 54 | 60 | 0 | 7 | F7 | 5C | 30 |
| Octal | 45 | 12 | 355 | 124 | 140 | 0 | 7 | 367 | 134 | 60 |
| Binary | 100101 | 1010 | 11101101 | 1010100 | 1100000 | 0 | 111 | 11110111 | 1011100 | 110000 |
Color Harmonies of #250AED
Complementary color
Monochromatic Colors of #250AED
Black with #250AED
Text Example
Text Example
White with #250AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250AED; }
p { color: rgb(37,10,237); }
H1.HeaderClassName
{
color: #250AED;
}
.AnyTagClassName
{
color: #250AED;
}
</style>
background-color css
<style>
a { background-color: #250AED; }
a { background-color: rgb(37,10,237); }
div.DivClassName
{
background-color: #250AED;
}
.BgClassName
{
background-color: #250AED;
}
</style>
border-color css
<style>
span { border-color: #250AED; }
span { border-color: rgb(37,10,237); }
td.TdClassName
{
border-color: #250AED;
}
.TagClassName
{
border-color: #250AED;
}
</style>