Shades of Medium Blue #250CE1
Tints of Medium Blue #250CE1
RGB
CMYK
RGB Variations
Color information
#250CE1 (or 0x250CE1) is known color: Medium Blue. HEX triplet: 25, 0C and E1. RGB value is (37,12,225). Sum of RGB (Red+Green+Blue) = 37+12+225=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 225 (88.28% from 255 or 82.12% from 274); Max value from RGB is 225 - color contains mainly: blue. Hex color #250CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CE1 is #DAF31E. Grayscale: #2A2A2A. Windows color (decimal): -14349087 or 14748709. OLE color: 14748709.
HSL color Cylindrical-coordinate representation of color #250CE1: hue angle of 247.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CE1 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 12 | 225 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.12 |
| HSL | 247.04º | 0.9% | 0.46% | - |
| HSV(B) | 247.04º | 0.95% | 0.88% | - |
| XYZ | 14.49 | 6.09 | 71.65 | - |
| YUV | 43.76 | 230.28 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 225 | 0.84 | 0.95 | 0 | 0.12 | 247.04 | 0.9 | 0.46 |
| Hex | 25 | C | E1 | 54 | 5F | 0 | C | F7 | 5A | 2E |
| Octal | 45 | 14 | 341 | 124 | 137 | 0 | 14 | 367 | 132 | 56 |
| Binary | 100101 | 1100 | 11100001 | 1010100 | 1011111 | 0 | 1100 | 11110111 | 1011010 | 101110 |
Color Harmonies of #250CE1
Complementary color
Monochromatic Colors of #250CE1
Black with #250CE1
Text Example
Text Example
White with #250CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CE1; }
p { color: rgb(37,12,225); }
H1.HeaderClassName
{
color: #250CE1;
}
.AnyTagClassName
{
color: #250CE1;
}
</style>
background-color css
<style>
a { background-color: #250CE1; }
a { background-color: rgb(37,12,225); }
div.DivClassName
{
background-color: #250CE1;
}
.BgClassName
{
background-color: #250CE1;
}
</style>
border-color css
<style>
span { border-color: #250CE1; }
span { border-color: rgb(37,12,225); }
td.TdClassName
{
border-color: #250CE1;
}
.TagClassName
{
border-color: #250CE1;
}
</style>