Shades of Medium Blue #2319DC
Tints of Medium Blue #2319DC
RGB
CMYK
RGB Variations
Color information
#2319DC (or 0x2319DC) is known color: Medium Blue. HEX triplet: 23, 19 and DC. RGB value is (35,25,220). Sum of RGB (Red+Green+Blue) = 35+25+220=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #2319DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319DC is #DCE623. Grayscale: #313131. Windows color (decimal): -14476836 or 14424355. OLE color: 14424355.
HSL color Cylindrical-coordinate representation of color #2319DC: hue angle of 243.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2319DC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 25 | 220 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.14 |
| HSL | 243.08º | 0.8% | 0.48% | - |
| HSV(B) | 243.08º | 0.89% | 0.86% | - |
| XYZ | 13.96 | 6.22 | 68.17 | - |
| YUV | 50.22 | 223.81 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 220 | 0.84 | 0.89 | 0 | 0.14 | 243.08 | 0.8 | 0.48 |
| Hex | 23 | 19 | DC | 54 | 59 | 0 | E | F3 | 50 | 30 |
| Octal | 43 | 31 | 334 | 124 | 131 | 0 | 16 | 363 | 120 | 60 |
| Binary | 100011 | 11001 | 11011100 | 1010100 | 1011001 | 0 | 1110 | 11110011 | 1010000 | 110000 |
Color Harmonies of #2319DC
Complementary color
Monochromatic Colors of #2319DC
Black with #2319DC
Text Example
Text Example
White with #2319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319DC; }
p { color: rgb(35,25,220); }
H1.HeaderClassName
{
color: #2319DC;
}
.AnyTagClassName
{
color: #2319DC;
}
</style>
background-color css
<style>
a { background-color: #2319DC; }
a { background-color: rgb(35,25,220); }
div.DivClassName
{
background-color: #2319DC;
}
.BgClassName
{
background-color: #2319DC;
}
</style>
border-color css
<style>
span { border-color: #2319DC; }
span { border-color: rgb(35,25,220); }
td.TdClassName
{
border-color: #2319DC;
}
.TagClassName
{
border-color: #2319DC;
}
</style>