Shades of Medium Blue #1808DB
Tints of Medium Blue #1808DB
RGB
CMYK
RGB Variations
Color information
#1808DB (or 0x1808DB) is known color: Medium Blue. HEX triplet: 18, 08 and DB. RGB value is (24,8,219). Sum of RGB (Red+Green+Blue) = 24+8+219=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #1808DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1808DB is #E7F724. Grayscale: #242424. Windows color (decimal): -15202085 or 14354456. OLE color: 14354456.
HSL color Cylindrical-coordinate representation of color #1808DB: hue angle of 244.55º degrees, saturation: 0.93, 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 #1808DB is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 8 | 219 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.14 |
| HSL | 244.55º | 0.93% | 0.45% | - |
| HSV(B) | 244.55º | 0.96% | 0.86% | - |
| XYZ | 13.25 | 5.48 | 67.38 | - |
| YUV | 36.84 | 230.8 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 219 | 0.89 | 0.96 | 0 | 0.14 | 244.55 | 0.93 | 0.45 |
| Hex | 18 | 8 | DB | 59 | 60 | 0 | E | F5 | 5D | 2D |
| Octal | 30 | 10 | 333 | 131 | 140 | 0 | 16 | 365 | 135 | 55 |
| Binary | 11000 | 1000 | 11011011 | 1011001 | 1100000 | 0 | 1110 | 11110101 | 1011101 | 101101 |
Color Harmonies of #1808DB
Complementary color
Monochromatic Colors of #1808DB
Black with #1808DB
Text Example
Text Example
White with #1808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1808DB; }
p { color: rgb(24,8,219); }
H1.HeaderClassName
{
color: #1808DB;
}
.AnyTagClassName
{
color: #1808DB;
}
</style>
background-color css
<style>
a { background-color: #1808DB; }
a { background-color: rgb(24,8,219); }
div.DivClassName
{
background-color: #1808DB;
}
.BgClassName
{
background-color: #1808DB;
}
</style>
border-color css
<style>
span { border-color: #1808DB; }
span { border-color: rgb(24,8,219); }
td.TdClassName
{
border-color: #1808DB;
}
.TagClassName
{
border-color: #1808DB;
}
</style>