Shades of Medium Blue #250FC9
Tints of Medium Blue #250FC9
RGB
CMYK
RGB Variations
Color information
#250FC9 (or 0x250FC9) is known color: Medium Blue. HEX triplet: 25, 0F and C9. RGB value is (37,15,201). Sum of RGB (Red+Green+Blue) = 37+15+201=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 201 (78.91% from 255 or 79.45% from 253); Max value from RGB is 201 - color contains mainly: blue. Hex color #250FC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FC9 is #DAF036. Grayscale: #2A2A2A. Windows color (decimal): -14348343 or 13176613. OLE color: 13176613.
HSL color Cylindrical-coordinate representation of color #250FC9: hue angle of 247.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FC9 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 15 | 201 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.21 |
| HSL | 247.1º | 0.86% | 0.42% | - |
| HSV(B) | 247.1º | 0.93% | 0.79% | - |
| XYZ | 11.48 | 4.95 | 55.61 | - |
| YUV | 42.78 | 217.29 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 201 | 0.82 | 0.93 | 0 | 0.21 | 247.1 | 0.86 | 0.42 |
| Hex | 25 | F | C9 | 52 | 5D | 0 | 15 | F7 | 56 | 2A |
| Octal | 45 | 17 | 311 | 122 | 135 | 0 | 25 | 367 | 126 | 52 |
| Binary | 100101 | 1111 | 11001001 | 1010010 | 1011101 | 0 | 10101 | 11110111 | 1010110 | 101010 |
Color Harmonies of #250FC9
Complementary color
Monochromatic Colors of #250FC9
Black with #250FC9
Text Example
Text Example
White with #250FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FC9; }
p { color: rgb(37,15,201); }
H1.HeaderClassName
{
color: #250FC9;
}
.AnyTagClassName
{
color: #250FC9;
}
</style>
background-color css
<style>
a { background-color: #250FC9; }
a { background-color: rgb(37,15,201); }
div.DivClassName
{
background-color: #250FC9;
}
.BgClassName
{
background-color: #250FC9;
}
</style>
border-color css
<style>
span { border-color: #250FC9; }
span { border-color: rgb(37,15,201); }
td.TdClassName
{
border-color: #250FC9;
}
.TagClassName
{
border-color: #250FC9;
}
</style>