Shades of Medium Blue #250FCC
Tints of Medium Blue #250FCC
RGB
CMYK
RGB Variations
Color information
#250FCC (or 0x250FCC) is known color: Medium Blue. HEX triplet: 25, 0F and CC. RGB value is (37,15,204). Sum of RGB (Red+Green+Blue) = 37+15+204=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #250FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FCC is #DAF033. Grayscale: #2A2A2A. Windows color (decimal): -14348340 or 13373221. OLE color: 13373221.
HSL color Cylindrical-coordinate representation of color #250FCC: hue angle of 246.98º 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 #250FCC is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 15 | 204 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.2 |
| HSL | 246.98º | 0.86% | 0.43% | - |
| HSV(B) | 246.98º | 0.93% | 0.8% | - |
| XYZ | 11.83 | 5.09 | 57.49 | - |
| YUV | 43.12 | 218.79 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 204 | 0.82 | 0.93 | 0 | 0.2 | 246.98 | 0.86 | 0.43 |
| Hex | 25 | F | CC | 52 | 5D | 0 | 14 | F7 | 56 | 2B |
| Octal | 45 | 17 | 314 | 122 | 135 | 0 | 24 | 367 | 126 | 53 |
| Binary | 100101 | 1111 | 11001100 | 1010010 | 1011101 | 0 | 10100 | 11110111 | 1010110 | 101011 |
Color Harmonies of #250FCC
Complementary color
Monochromatic Colors of #250FCC
Black with #250FCC
Text Example
Text Example
White with #250FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250FCC; }
p { color: rgb(37,15,204); }
H1.HeaderClassName
{
color: #250FCC;
}
.AnyTagClassName
{
color: #250FCC;
}
</style>
background-color css
<style>
a { background-color: #250FCC; }
a { background-color: rgb(37,15,204); }
div.DivClassName
{
background-color: #250FCC;
}
.BgClassName
{
background-color: #250FCC;
}
</style>
border-color css
<style>
span { border-color: #250FCC; }
span { border-color: rgb(37,15,204); }
td.TdClassName
{
border-color: #250FCC;
}
.TagClassName
{
border-color: #250FCC;
}
</style>