Shades of Medium Blue #2309DC
Tints of Medium Blue #2309DC
RGB
CMYK
RGB Variations
Color information
#2309DC (or 0x2309DC) is known color: Medium Blue. HEX triplet: 23, 09 and DC. RGB value is (35,9,220). Sum of RGB (Red+Green+Blue) = 35+9+220=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #2309DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309DC is #DCF623. Grayscale: #282828. Windows color (decimal): -14480932 or 14420259. OLE color: 14420259.
HSL color Cylindrical-coordinate representation of color #2309DC: hue angle of 247.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2309DC is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 9 | 220 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.14 |
| HSL | 247.39º | 0.92% | 0.45% | - |
| HSV(B) | 247.39º | 0.96% | 0.86% | - |
| XYZ | 13.71 | 5.72 | 68.09 | - |
| YUV | 40.83 | 229.11 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 220 | 0.84 | 0.96 | 0 | 0.14 | 247.39 | 0.92 | 0.45 |
| Hex | 23 | 9 | DC | 54 | 60 | 0 | E | F7 | 5C | 2D |
| Octal | 43 | 11 | 334 | 124 | 140 | 0 | 16 | 367 | 134 | 55 |
| Binary | 100011 | 1001 | 11011100 | 1010100 | 1100000 | 0 | 1110 | 11110111 | 1011100 | 101101 |
Color Harmonies of #2309DC
Complementary color
Monochromatic Colors of #2309DC
Black with #2309DC
Text Example
Text Example
White with #2309DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309DC; }
p { color: rgb(35,9,220); }
H1.HeaderClassName
{
color: #2309DC;
}
.AnyTagClassName
{
color: #2309DC;
}
</style>
background-color css
<style>
a { background-color: #2309DC; }
a { background-color: rgb(35,9,220); }
div.DivClassName
{
background-color: #2309DC;
}
.BgClassName
{
background-color: #2309DC;
}
</style>
border-color css
<style>
span { border-color: #2309DC; }
span { border-color: rgb(35,9,220); }
td.TdClassName
{
border-color: #2309DC;
}
.TagClassName
{
border-color: #2309DC;
}
</style>