Shades of Dodger Blue #1EAAFD
Tints of Dodger Blue #1EAAFD
RGB
CMYK
RGB Variations
Color information
#1EAAFD (or 0x1EAAFD) is known color: Dodger Blue. HEX triplet: 1E, AA and FD. RGB value is (30,170,253). Sum of RGB (Red+Green+Blue) = 30+170+253=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAFD is #E15502. Grayscale: #898989. Windows color (decimal): -14767363 or 16624158. OLE color: 16624158.
HSL color Cylindrical-coordinate representation of color #1EAAFD: hue angle of 202.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EAAFD is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 170 | 253 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.01 |
| HSL | 202.33º | 0.98% | 0.55% | - |
| HSV(B) | 202.33º | 0.88% | 0.99% | - |
| XYZ | 32.64 | 36.12 | 98.18 | - |
| YUV | 137.6 | 193.12 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 253 | 0.88 | 0.33 | 0 | 0.01 | 202.33 | 0.98 | 0.55 |
| Hex | 1E | AA | FD | 58 | 21 | 0 | 1 | CA | 62 | 37 |
| Octal | 36 | 252 | 375 | 130 | 41 | 0 | 1 | 312 | 142 | 67 |
| Binary | 11110 | 10101010 | 11111101 | 1011000 | 100001 | 0 | 1 | 11001010 | 1100010 | 110111 |
Color Harmonies of #1EAAFD
Complementary color
Monochromatic Colors of #1EAAFD
Black with #1EAAFD
Text Example
Text Example
White with #1EAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAFD; }
p { color: rgb(30,170,253); }
H1.HeaderClassName
{
color: #1EAAFD;
}
.AnyTagClassName
{
color: #1EAAFD;
}
</style>
background-color css
<style>
a { background-color: #1EAAFD; }
a { background-color: rgb(30,170,253); }
div.DivClassName
{
background-color: #1EAAFD;
}
.BgClassName
{
background-color: #1EAAFD;
}
</style>
border-color css
<style>
span { border-color: #1EAAFD; }
span { border-color: rgb(30,170,253); }
td.TdClassName
{
border-color: #1EAAFD;
}
.TagClassName
{
border-color: #1EAAFD;
}
</style>