Shades of Medium Blue #2510DF
Tints of Medium Blue #2510DF
RGB
CMYK
RGB Variations
Color information
#2510DF (or 0x2510DF) is known color: Medium Blue. HEX triplet: 25, 10 and DF. RGB value is (37,16,223). Sum of RGB (Red+Green+Blue) = 37+16+223=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #2510DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510DF is #DAEF20. Grayscale: #2D2D2D. Windows color (decimal): -14348065 or 14618661. OLE color: 14618661.
HSL color Cylindrical-coordinate representation of color #2510DF: hue angle of 246.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2510DF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 16 | 223 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.13 |
| HSL | 246.09º | 0.87% | 0.47% | - |
| HSV(B) | 246.09º | 0.93% | 0.87% | - |
| XYZ | 14.27 | 6.09 | 70.24 | - |
| YUV | 45.88 | 227.96 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 223 | 0.83 | 0.93 | 0 | 0.13 | 246.09 | 0.87 | 0.47 |
| Hex | 25 | 10 | DF | 53 | 5D | 0 | D | F6 | 57 | 2F |
| Octal | 45 | 20 | 337 | 123 | 135 | 0 | 15 | 366 | 127 | 57 |
| Binary | 100101 | 10000 | 11011111 | 1010011 | 1011101 | 0 | 1101 | 11110110 | 1010111 | 101111 |
Color Harmonies of #2510DF
Complementary color
Monochromatic Colors of #2510DF
Black with #2510DF
Text Example
Text Example
White with #2510DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510DF; }
p { color: rgb(37,16,223); }
H1.HeaderClassName
{
color: #2510DF;
}
.AnyTagClassName
{
color: #2510DF;
}
</style>
background-color css
<style>
a { background-color: #2510DF; }
a { background-color: rgb(37,16,223); }
div.DivClassName
{
background-color: #2510DF;
}
.BgClassName
{
background-color: #2510DF;
}
</style>
border-color css
<style>
span { border-color: #2510DF; }
span { border-color: rgb(37,16,223); }
td.TdClassName
{
border-color: #2510DF;
}
.TagClassName
{
border-color: #2510DF;
}
</style>