Shades of Medium Blue #250ACE
Tints of Medium Blue #250ACE
RGB
CMYK
RGB Variations
Color information
#250ACE (or 0x250ACE) is known color: Medium Blue. HEX triplet: 25, 0A and CE. RGB value is (37,10,206). Sum of RGB (Red+Green+Blue) = 37+10+206=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #250ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ACE is #DAF531. Grayscale: #272727. Windows color (decimal): -14349618 or 13503013. OLE color: 13503013.
HSL color Cylindrical-coordinate representation of color #250ACE: hue angle of 248.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250ACE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 10 | 206 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.19 |
| HSL | 248.27º | 0.91% | 0.42% | - |
| HSV(B) | 248.27º | 0.95% | 0.81% | - |
| XYZ | 12.01 | 5.07 | 58.74 | - |
| YUV | 40.42 | 221.45 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 206 | 0.82 | 0.95 | 0 | 0.19 | 248.27 | 0.91 | 0.42 |
| Hex | 25 | A | CE | 52 | 5F | 0 | 13 | F8 | 5B | 2A |
| Octal | 45 | 12 | 316 | 122 | 137 | 0 | 23 | 370 | 133 | 52 |
| Binary | 100101 | 1010 | 11001110 | 1010010 | 1011111 | 0 | 10011 | 11111000 | 1011011 | 101010 |
Color Harmonies of #250ACE
Complementary color
Monochromatic Colors of #250ACE
Black with #250ACE
Text Example
Text Example
White with #250ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250ACE; }
p { color: rgb(37,10,206); }
H1.HeaderClassName
{
color: #250ACE;
}
.AnyTagClassName
{
color: #250ACE;
}
</style>
background-color css
<style>
a { background-color: #250ACE; }
a { background-color: rgb(37,10,206); }
div.DivClassName
{
background-color: #250ACE;
}
.BgClassName
{
background-color: #250ACE;
}
</style>
border-color css
<style>
span { border-color: #250ACE; }
span { border-color: rgb(37,10,206); }
td.TdClassName
{
border-color: #250ACE;
}
.TagClassName
{
border-color: #250ACE;
}
</style>