Shades of Dodger Blue #1E8BDB
Tints of Dodger Blue #1E8BDB
RGB
CMYK
RGB Variations
Color information
#1E8BDB (or 0x1E8BDB) is known color: Dodger Blue. HEX triplet: 1E, 8B and DB. RGB value is (30,139,219). Sum of RGB (Red+Green+Blue) = 30+139+219=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BDB is #E17424. Grayscale: #737373. Windows color (decimal): -14775333 or 14387998. OLE color: 14387998.
HSL color Cylindrical-coordinate representation of color #1E8BDB: hue angle of 205.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8BDB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 139 | 219 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.14 |
| HSL | 205.4º | 0.76% | 0.49% | - |
| HSV(B) | 205.4º | 0.86% | 0.86% | - |
| XYZ | 22.55 | 23.86 | 70.43 | - |
| YUV | 115.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 219 | 0.86 | 0.37 | 0 | 0.14 | 205.4 | 0.76 | 0.49 |
| Hex | 1E | 8B | DB | 56 | 25 | 0 | E | CD | 4C | 31 |
| Octal | 36 | 213 | 333 | 126 | 45 | 0 | 16 | 315 | 114 | 61 |
| Binary | 11110 | 10001011 | 11011011 | 1010110 | 100101 | 0 | 1110 | 11001101 | 1001100 | 110001 |
Color Harmonies of #1E8BDB
Complementary color
Monochromatic Colors of #1E8BDB
Black with #1E8BDB
Text Example
Text Example
White with #1E8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BDB; }
p { color: rgb(30,139,219); }
H1.HeaderClassName
{
color: #1E8BDB;
}
.AnyTagClassName
{
color: #1E8BDB;
}
</style>
background-color css
<style>
a { background-color: #1E8BDB; }
a { background-color: rgb(30,139,219); }
div.DivClassName
{
background-color: #1E8BDB;
}
.BgClassName
{
background-color: #1E8BDB;
}
</style>
border-color css
<style>
span { border-color: #1E8BDB; }
span { border-color: rgb(30,139,219); }
td.TdClassName
{
border-color: #1E8BDB;
}
.TagClassName
{
border-color: #1E8BDB;
}
</style>