Shades of Dodger Blue #1E8EDF
Tints of Dodger Blue #1E8EDF
RGB
CMYK
RGB Variations
Color information
#1E8EDF (or 0x1E8EDF) is known color: Dodger Blue. HEX triplet: 1E, 8E and DF. RGB value is (30,142,223). Sum of RGB (Red+Green+Blue) = 30+142+223=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E8EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8EDF is #E17120. Grayscale: #757575. Windows color (decimal): -14774561 or 14650910. OLE color: 14650910.
HSL color Cylindrical-coordinate representation of color #1E8EDF: hue angle of 205.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8EDF is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 142 | 223 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.13 |
| HSL | 205.18º | 0.76% | 0.5% | - |
| HSV(B) | 205.18º | 0.87% | 0.87% | - |
| XYZ | 23.53 | 24.95 | 73.39 | - |
| YUV | 117.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 223 | 0.87 | 0.36 | 0 | 0.13 | 205.18 | 0.76 | 0.5 |
| Hex | 1E | 8E | DF | 57 | 24 | 0 | D | CD | 4C | 32 |
| Octal | 36 | 216 | 337 | 127 | 44 | 0 | 15 | 315 | 114 | 62 |
| Binary | 11110 | 10001110 | 11011111 | 1010111 | 100100 | 0 | 1101 | 11001101 | 1001100 | 110010 |
Color Harmonies of #1E8EDF
Complementary color
Monochromatic Colors of #1E8EDF
Black with #1E8EDF
Text Example
Text Example
White with #1E8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8EDF; }
p { color: rgb(30,142,223); }
H1.HeaderClassName
{
color: #1E8EDF;
}
.AnyTagClassName
{
color: #1E8EDF;
}
</style>
background-color css
<style>
a { background-color: #1E8EDF; }
a { background-color: rgb(30,142,223); }
div.DivClassName
{
background-color: #1E8EDF;
}
.BgClassName
{
background-color: #1E8EDF;
}
</style>
border-color css
<style>
span { border-color: #1E8EDF; }
span { border-color: rgb(30,142,223); }
td.TdClassName
{
border-color: #1E8EDF;
}
.TagClassName
{
border-color: #1E8EDF;
}
</style>