Shades of Medium Blue #230DDB
Tints of Medium Blue #230DDB
RGB
CMYK
RGB Variations
Color information
#230DDB (or 0x230DDB) is known color: Medium Blue. HEX triplet: 23, 0D and DB. RGB value is (35,13,219). Sum of RGB (Red+Green+Blue) = 35+13+219=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #230DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DDB is #DCF224. Grayscale: #2A2A2A. Windows color (decimal): -14479909 or 14355747. OLE color: 14355747.
HSL color Cylindrical-coordinate representation of color #230DDB: hue angle of 246.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230DDB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 13 | 219 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.14 |
| HSL | 246.41º | 0.89% | 0.45% | - |
| HSV(B) | 246.41º | 0.94% | 0.86% | - |
| XYZ | 13.62 | 5.76 | 67.41 | - |
| YUV | 43.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 219 | 0.84 | 0.94 | 0 | 0.14 | 246.41 | 0.89 | 0.45 |
| Hex | 23 | D | DB | 54 | 5E | 0 | E | F6 | 59 | 2D |
| Octal | 43 | 15 | 333 | 124 | 136 | 0 | 16 | 366 | 131 | 55 |
| Binary | 100011 | 1101 | 11011011 | 1010100 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101101 |
Color Harmonies of #230DDB
Complementary color
Monochromatic Colors of #230DDB
Black with #230DDB
Text Example
Text Example
White with #230DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230DDB; }
p { color: rgb(35,13,219); }
H1.HeaderClassName
{
color: #230DDB;
}
.AnyTagClassName
{
color: #230DDB;
}
</style>
background-color css
<style>
a { background-color: #230DDB; }
a { background-color: rgb(35,13,219); }
div.DivClassName
{
background-color: #230DDB;
}
.BgClassName
{
background-color: #230DDB;
}
</style>
border-color css
<style>
span { border-color: #230DDB; }
span { border-color: rgb(35,13,219); }
td.TdClassName
{
border-color: #230DDB;
}
.TagClassName
{
border-color: #230DDB;
}
</style>