Shades of Medium Blue #250FCD
Tints of Medium Blue #250FCD
RGB
CMYK
RGB Variations
Color information
#250FCD (or 0x250FCD) is known color: Medium Blue. HEX triplet: 25, 0F and CD. RGB value is (37,15,205). Sum of RGB (Red+Green+Blue) = 37+15+205=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #250FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FCD is #DAF032. Grayscale: #2A2A2A. Windows color (decimal): -14348339 or 13438757. OLE color: 13438757.
HSL color Cylindrical-coordinate representation of color #250FCD: hue angle of 246.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FCD is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 15 | 205 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.20 |
| HSL | 246.95º | 0.86% | 0.43% | - |
| HSV(B) | 246.95º | 0.93% | 0.8% | - |
| XYZ | 11.95 | 5.14 | 58.12 | - |
| YUV | 43.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 205 | 0.82 | 0.93 | 0 | 0.20 | 246.95 | 0.86 | 0.43 |
| Hex | 25 | F | CD | 52 | 5D | 0 | 14 | F7 | 56 | 2B |
| Octal | 45 | 17 | 315 | 122 | 135 | 0 | 24 | 367 | 126 | 53 |
| Binary | 100101 | 1111 | 11001101 | 1010010 | 1011101 | 0 | 10100 | 11110111 | 1010110 | 101011 |
Color Harmonies of #250FCD
Complementary color
Monochromatic Colors of #250FCD
Black with #250FCD
Text Example
Text Example
White with #250FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FCD; }
p { color: rgb(37,15,205); }
H1.HeaderClassName
{
color: #250FCD;
}
.AnyTagClassName
{
color: #250FCD;
}
</style>
background-color css
<style>
a { background-color: #250FCD; }
a { background-color: rgb(37,15,205); }
div.DivClassName
{
background-color: #250FCD;
}
.BgClassName
{
background-color: #250FCD;
}
</style>
border-color css
<style>
span { border-color: #250FCD; }
span { border-color: rgb(37,15,205); }
td.TdClassName
{
border-color: #250FCD;
}
.TagClassName
{
border-color: #250FCD;
}
</style>