Shades of Medium Blue #2309DB
Tints of Medium Blue #2309DB
RGB
CMYK
RGB Variations
Color information
#2309DB (or 0x2309DB) is known color: Medium Blue. HEX triplet: 23, 09 and DB. RGB value is (35,9,219). Sum of RGB (Red+Green+Blue) = 35+9+219=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #2309DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309DB is #DCF624. Grayscale: #272727. Windows color (decimal): -14480933 or 14354723. OLE color: 14354723.
HSL color Cylindrical-coordinate representation of color #2309DB: hue angle of 247.43º 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 #2309DB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 9 | 219 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.14 |
| HSL | 247.43º | 0.92% | 0.45% | - |
| HSV(B) | 247.43º | 0.96% | 0.86% | - |
| XYZ | 13.58 | 5.67 | 67.4 | - |
| YUV | 40.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 219 | 0.84 | 0.96 | 0 | 0.14 | 247.43 | 0.92 | 0.45 |
| Hex | 23 | 9 | DB | 54 | 60 | 0 | E | F7 | 5C | 2D |
| Octal | 43 | 11 | 333 | 124 | 140 | 0 | 16 | 367 | 134 | 55 |
| Binary | 100011 | 1001 | 11011011 | 1010100 | 1100000 | 0 | 1110 | 11110111 | 1011100 | 101101 |
Color Harmonies of #2309DB
Complementary color
Monochromatic Colors of #2309DB
Black with #2309DB
Text Example
Text Example
White with #2309DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309DB; }
p { color: rgb(35,9,219); }
H1.HeaderClassName
{
color: #2309DB;
}
.AnyTagClassName
{
color: #2309DB;
}
</style>
background-color css
<style>
a { background-color: #2309DB; }
a { background-color: rgb(35,9,219); }
div.DivClassName
{
background-color: #2309DB;
}
.BgClassName
{
background-color: #2309DB;
}
</style>
border-color css
<style>
span { border-color: #2309DB; }
span { border-color: rgb(35,9,219); }
td.TdClassName
{
border-color: #2309DB;
}
.TagClassName
{
border-color: #2309DB;
}
</style>