Shades of Dodger Blue #1E8CDD
Tints of Dodger Blue #1E8CDD
RGB
CMYK
RGB Variations
Color information
#1E8CDD (or 0x1E8CDD) is known color: Dodger Blue. HEX triplet: 1E, 8C and DD. RGB value is (30,140,221). Sum of RGB (Red+Green+Blue) = 30+140+221=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E8CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8CDD is #E17322. Grayscale: #737373. Windows color (decimal): -14775075 or 14519326. OLE color: 14519326.
HSL color Cylindrical-coordinate representation of color #1E8CDD: hue angle of 205.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8CDD is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 140 | 221 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.13 |
| HSL | 205.45º | 0.76% | 0.49% | - |
| HSV(B) | 205.45º | 0.86% | 0.87% | - |
| XYZ | 22.96 | 24.25 | 71.88 | - |
| YUV | 116.34 | 187.06 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 221 | 0.86 | 0.37 | 0 | 0.13 | 205.45 | 0.76 | 0.49 |
| Hex | 1E | 8C | DD | 56 | 25 | 0 | D | CD | 4C | 31 |
| Octal | 36 | 214 | 335 | 126 | 45 | 0 | 15 | 315 | 114 | 61 |
| Binary | 11110 | 10001100 | 11011101 | 1010110 | 100101 | 0 | 1101 | 11001101 | 1001100 | 110001 |
Color Harmonies of #1E8CDD
Complementary color
Monochromatic Colors of #1E8CDD
Black with #1E8CDD
Text Example
Text Example
White with #1E8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8CDD; }
p { color: rgb(30,140,221); }
H1.HeaderClassName
{
color: #1E8CDD;
}
.AnyTagClassName
{
color: #1E8CDD;
}
</style>
background-color css
<style>
a { background-color: #1E8CDD; }
a { background-color: rgb(30,140,221); }
div.DivClassName
{
background-color: #1E8CDD;
}
.BgClassName
{
background-color: #1E8CDD;
}
</style>
border-color css
<style>
span { border-color: #1E8CDD; }
span { border-color: rgb(30,140,221); }
td.TdClassName
{
border-color: #1E8CDD;
}
.TagClassName
{
border-color: #1E8CDD;
}
</style>