Shades of Medium Blue #2610DF
Tints of Medium Blue #2610DF
RGB
CMYK
RGB Variations
Color information
#2610DF (or 0x2610DF) is known color: Medium Blue. HEX triplet: 26, 10 and DF. RGB value is (38,16,223). Sum of RGB (Red+Green+Blue) = 38+16+223=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #2610DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610DF is #D9EF20. Grayscale: #2D2D2D. Windows color (decimal): -14282529 or 14618662. OLE color: 14618662.
HSL color Cylindrical-coordinate representation of color #2610DF: hue angle of 246.38º 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 #2610DF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 16 | 223 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.13 |
| HSL | 246.38º | 0.87% | 0.47% | - |
| HSV(B) | 246.38º | 0.93% | 0.87% | - |
| XYZ | 14.3 | 6.11 | 70.24 | - |
| YUV | 46.18 | 227.79 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 223 | 0.83 | 0.93 | 0 | 0.13 | 246.38 | 0.87 | 0.47 |
| Hex | 26 | 10 | DF | 53 | 5D | 0 | D | F6 | 57 | 2F |
| Octal | 46 | 20 | 337 | 123 | 135 | 0 | 15 | 366 | 127 | 57 |
| Binary | 100110 | 10000 | 11011111 | 1010011 | 1011101 | 0 | 1101 | 11110110 | 1010111 | 101111 |
Color Harmonies of #2610DF
Complementary color
Monochromatic Colors of #2610DF
Black with #2610DF
Text Example
Text Example
White with #2610DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610DF; }
p { color: rgb(38,16,223); }
H1.HeaderClassName
{
color: #2610DF;
}
.AnyTagClassName
{
color: #2610DF;
}
</style>
background-color css
<style>
a { background-color: #2610DF; }
a { background-color: rgb(38,16,223); }
div.DivClassName
{
background-color: #2610DF;
}
.BgClassName
{
background-color: #2610DF;
}
</style>
border-color css
<style>
span { border-color: #2610DF; }
span { border-color: rgb(38,16,223); }
td.TdClassName
{
border-color: #2610DF;
}
.TagClassName
{
border-color: #2610DF;
}
</style>