Shades of Dodger Blue #1E96DD
Tints of Dodger Blue #1E96DD
RGB
CMYK
RGB Variations
Color information
#1E96DD (or 0x1E96DD) is known color: Dodger Blue. HEX triplet: 1E, 96 and DD. RGB value is (30,150,221). Sum of RGB (Red+Green+Blue) = 30+150+221=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E96DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96DD is #E16922. Grayscale: #797979. Windows color (decimal): -14772515 or 14521886. OLE color: 14521886.
HSL color Cylindrical-coordinate representation of color #1E96DD: hue angle of 202.3º 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 #1E96DD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 150 | 221 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.13 |
| HSL | 202.3º | 0.76% | 0.49% | - |
| HSV(B) | 202.3º | 0.86% | 0.87% | - |
| XYZ | 24.49 | 27.31 | 72.39 | - |
| YUV | 122.21 | 183.74 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 221 | 0.86 | 0.32 | 0 | 0.13 | 202.3 | 0.76 | 0.49 |
| Hex | 1E | 96 | DD | 56 | 20 | 0 | D | CA | 4C | 31 |
| Octal | 36 | 226 | 335 | 126 | 40 | 0 | 15 | 312 | 114 | 61 |
| Binary | 11110 | 10010110 | 11011101 | 1010110 | 100000 | 0 | 1101 | 11001010 | 1001100 | 110001 |
Color Harmonies of #1E96DD
Complementary color
Monochromatic Colors of #1E96DD
Black with #1E96DD
Text Example
Text Example
White with #1E96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E96DD; }
p { color: rgb(30,150,221); }
H1.HeaderClassName
{
color: #1E96DD;
}
.AnyTagClassName
{
color: #1E96DD;
}
</style>
background-color css
<style>
a { background-color: #1E96DD; }
a { background-color: rgb(30,150,221); }
div.DivClassName
{
background-color: #1E96DD;
}
.BgClassName
{
background-color: #1E96DD;
}
</style>
border-color css
<style>
span { border-color: #1E96DD; }
span { border-color: rgb(30,150,221); }
td.TdClassName
{
border-color: #1E96DD;
}
.TagClassName
{
border-color: #1E96DD;
}
</style>