Shades of Medium Blue #2304DB
Tints of Medium Blue #2304DB
RGB
CMYK
RGB Variations
Color information
#2304DB (or 0x2304DB) is known color: Medium Blue. HEX triplet: 23, 04 and DB. RGB value is (35,4,219). Sum of RGB (Red+Green+Blue) = 35+4+219=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #2304DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304DB is #DCFB24. Grayscale: #242424. Windows color (decimal): -14482213 or 14353443. OLE color: 14353443.
HSL color Cylindrical-coordinate representation of color #2304DB: hue angle of 248.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304DB is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 4 | 219 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.14 |
| HSL | 248.65º | 0.96% | 0.44% | - |
| HSV(B) | 248.65º | 0.98% | 0.86% | - |
| XYZ | 13.52 | 5.56 | 67.38 | - |
| YUV | 37.78 | 230.27 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 219 | 0.84 | 0.98 | 0 | 0.14 | 248.65 | 0.96 | 0.44 |
| Hex | 23 | 4 | DB | 54 | 62 | 0 | E | F9 | 60 | 2C |
| Octal | 43 | 4 | 333 | 124 | 142 | 0 | 16 | 371 | 140 | 54 |
| Binary | 100011 | 100 | 11011011 | 1010100 | 1100010 | 0 | 1110 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2304DB
Complementary color
Monochromatic Colors of #2304DB
Black with #2304DB
Text Example
Text Example
White with #2304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2304DB; }
p { color: rgb(35,4,219); }
H1.HeaderClassName
{
color: #2304DB;
}
.AnyTagClassName
{
color: #2304DB;
}
</style>
background-color css
<style>
a { background-color: #2304DB; }
a { background-color: rgb(35,4,219); }
div.DivClassName
{
background-color: #2304DB;
}
.BgClassName
{
background-color: #2304DB;
}
</style>
border-color css
<style>
span { border-color: #2304DB; }
span { border-color: rgb(35,4,219); }
td.TdClassName
{
border-color: #2304DB;
}
.TagClassName
{
border-color: #2304DB;
}
</style>