Shades of Medium Blue #2310DC
Tints of Medium Blue #2310DC
RGB
CMYK
RGB Variations
Color information
#2310DC (or 0x2310DC) is known color: Medium Blue. HEX triplet: 23, 10 and DC. RGB value is (35,16,220). Sum of RGB (Red+Green+Blue) = 35+16+220=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #2310DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2310DC is #DCEF23. Grayscale: #2C2C2C. Windows color (decimal): -14479140 or 14422051. OLE color: 14422051.
HSL color Cylindrical-coordinate representation of color #2310DC: hue angle of 245.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2310DC is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 16 | 220 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.14 |
| HSL | 245.59º | 0.86% | 0.46% | - |
| HSV(B) | 245.59º | 0.93% | 0.86% | - |
| XYZ | 13.8 | 5.9 | 68.12 | - |
| YUV | 44.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 220 | 0.84 | 0.93 | 0 | 0.14 | 245.59 | 0.86 | 0.46 |
| Hex | 23 | 10 | DC | 54 | 5D | 0 | E | F6 | 56 | 2E |
| Octal | 43 | 20 | 334 | 124 | 135 | 0 | 16 | 366 | 126 | 56 |
| Binary | 100011 | 10000 | 11011100 | 1010100 | 1011101 | 0 | 1110 | 11110110 | 1010110 | 101110 |
Color Harmonies of #2310DC
Complementary color
Monochromatic Colors of #2310DC
Black with #2310DC
Text Example
Text Example
White with #2310DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310DC; }
p { color: rgb(35,16,220); }
H1.HeaderClassName
{
color: #2310DC;
}
.AnyTagClassName
{
color: #2310DC;
}
</style>
background-color css
<style>
a { background-color: #2310DC; }
a { background-color: rgb(35,16,220); }
div.DivClassName
{
background-color: #2310DC;
}
.BgClassName
{
background-color: #2310DC;
}
</style>
border-color css
<style>
span { border-color: #2310DC; }
span { border-color: rgb(35,16,220); }
td.TdClassName
{
border-color: #2310DC;
}
.TagClassName
{
border-color: #2310DC;
}
</style>