Shades of Medium Blue #250FCF
Tints of Medium Blue #250FCF
RGB
CMYK
RGB Variations
Color information
#250FCF (or 0x250FCF) is known color: Medium Blue. HEX triplet: 25, 0F and CF. RGB value is (37,15,207). Sum of RGB (Red+Green+Blue) = 37+15+207=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #250FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FCF is #DAF030. Grayscale: #2A2A2A. Windows color (decimal): -14348337 or 13569829. OLE color: 13569829.
HSL color Cylindrical-coordinate representation of color #250FCF: hue angle of 246.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FCF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 15 | 207 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.19 |
| HSL | 246.88º | 0.86% | 0.44% | - |
| HSV(B) | 246.88º | 0.93% | 0.81% | - |
| XYZ | 12.2 | 5.24 | 59.4 | - |
| YUV | 43.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 207 | 0.82 | 0.93 | 0 | 0.19 | 246.88 | 0.86 | 0.44 |
| Hex | 25 | F | CF | 52 | 5D | 0 | 13 | F7 | 56 | 2C |
| Octal | 45 | 17 | 317 | 122 | 135 | 0 | 23 | 367 | 126 | 54 |
| Binary | 100101 | 1111 | 11001111 | 1010010 | 1011101 | 0 | 10011 | 11110111 | 1010110 | 101100 |
Color Harmonies of #250FCF
Complementary color
Monochromatic Colors of #250FCF
Black with #250FCF
Text Example
Text Example
White with #250FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FCF; }
p { color: rgb(37,15,207); }
H1.HeaderClassName
{
color: #250FCF;
}
.AnyTagClassName
{
color: #250FCF;
}
</style>
background-color css
<style>
a { background-color: #250FCF; }
a { background-color: rgb(37,15,207); }
div.DivClassName
{
background-color: #250FCF;
}
.BgClassName
{
background-color: #250FCF;
}
</style>
border-color css
<style>
span { border-color: #250FCF; }
span { border-color: rgb(37,15,207); }
td.TdClassName
{
border-color: #250FCF;
}
.TagClassName
{
border-color: #250FCF;
}
</style>