Shades of Medium Blue #2510CC
Tints of Medium Blue #2510CC
RGB
CMYK
RGB Variations
Color information
#2510CC (or 0x2510CC) is known color: Medium Blue. HEX triplet: 25, 10 and CC. RGB value is (37,16,204). Sum of RGB (Red+Green+Blue) = 37+16+204=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #2510CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510CC is #DAEF33. Grayscale: #2A2A2A. Windows color (decimal): -14348084 or 13373477. OLE color: 13373477.
HSL color Cylindrical-coordinate representation of color #2510CC: hue angle of 246.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2510CC is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 16 | 204 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.2 |
| HSL | 246.7º | 0.85% | 0.43% | - |
| HSV(B) | 246.7º | 0.92% | 0.8% | - |
| XYZ | 11.85 | 5.12 | 57.49 | - |
| YUV | 43.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 204 | 0.82 | 0.92 | 0 | 0.2 | 246.7 | 0.85 | 0.43 |
| Hex | 25 | 10 | CC | 52 | 5C | 0 | 14 | F7 | 55 | 2B |
| Octal | 45 | 20 | 314 | 122 | 134 | 0 | 24 | 367 | 125 | 53 |
| Binary | 100101 | 10000 | 11001100 | 1010010 | 1011100 | 0 | 10100 | 11110111 | 1010101 | 101011 |
Color Harmonies of #2510CC
Complementary color
Monochromatic Colors of #2510CC
Black with #2510CC
Text Example
Text Example
White with #2510CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510CC; }
p { color: rgb(37,16,204); }
H1.HeaderClassName
{
color: #2510CC;
}
.AnyTagClassName
{
color: #2510CC;
}
</style>
background-color css
<style>
a { background-color: #2510CC; }
a { background-color: rgb(37,16,204); }
div.DivClassName
{
background-color: #2510CC;
}
.BgClassName
{
background-color: #2510CC;
}
</style>
border-color css
<style>
span { border-color: #2510CC; }
span { border-color: rgb(37,16,204); }
td.TdClassName
{
border-color: #2510CC;
}
.TagClassName
{
border-color: #2510CC;
}
</style>