Shades of Medium Blue #250CCC
Tints of Medium Blue #250CCC
RGB
CMYK
RGB Variations
Color information
#250CCC (or 0x250CCC) is known color: Medium Blue. HEX triplet: 25, 0C and CC. RGB value is (37,12,204). Sum of RGB (Red+Green+Blue) = 37+12+204=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #250CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CCC is #DAF333. Grayscale: #282828. Windows color (decimal): -14349108 or 13372453. OLE color: 13372453.
HSL color Cylindrical-coordinate representation of color #250CCC: hue angle of 247.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250CCC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 12 | 204 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.2 |
| HSL | 247.81º | 0.89% | 0.42% | - |
| HSV(B) | 247.81º | 0.94% | 0.8% | - |
| XYZ | 11.79 | 5.02 | 57.47 | - |
| YUV | 41.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 204 | 0.82 | 0.94 | 0 | 0.2 | 247.81 | 0.89 | 0.42 |
| Hex | 25 | C | CC | 52 | 5E | 0 | 14 | F8 | 59 | 2A |
| Octal | 45 | 14 | 314 | 122 | 136 | 0 | 24 | 370 | 131 | 52 |
| Binary | 100101 | 1100 | 11001100 | 1010010 | 1011110 | 0 | 10100 | 11111000 | 1011001 | 101010 |
Color Harmonies of #250CCC
Complementary color
Monochromatic Colors of #250CCC
Black with #250CCC
Text Example
Text Example
White with #250CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CCC; }
p { color: rgb(37,12,204); }
H1.HeaderClassName
{
color: #250CCC;
}
.AnyTagClassName
{
color: #250CCC;
}
</style>
background-color css
<style>
a { background-color: #250CCC; }
a { background-color: rgb(37,12,204); }
div.DivClassName
{
background-color: #250CCC;
}
.BgClassName
{
background-color: #250CCC;
}
</style>
border-color css
<style>
span { border-color: #250CCC; }
span { border-color: rgb(37,12,204); }
td.TdClassName
{
border-color: #250CCC;
}
.TagClassName
{
border-color: #250CCC;
}
</style>