Shades of Dodger Blue #1EA5FD
Tints of Dodger Blue #1EA5FD
RGB
CMYK
RGB Variations
Color information
#1EA5FD (or 0x1EA5FD) is known color: Dodger Blue. HEX triplet: 1E, A5 and FD. RGB value is (30,165,253). Sum of RGB (Red+Green+Blue) = 30+165+253=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EA5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA5FD is #E15A02. Grayscale: #868686. Windows color (decimal): -14768643 or 16622878. OLE color: 16622878.
HSL color Cylindrical-coordinate representation of color #1EA5FD: hue angle of 203.68º 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 #1EA5FD is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 165 | 253 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.01 |
| HSL | 203.68º | 0.98% | 0.55% | - |
| HSV(B) | 203.68º | 0.88% | 0.99% | - |
| XYZ | 31.72 | 34.28 | 97.87 | - |
| YUV | 134.67 | 194.77 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 165 | 253 | 0.88 | 0.35 | 0 | 0.01 | 203.68 | 0.98 | 0.55 |
| Hex | 1E | A5 | FD | 58 | 23 | 0 | 1 | CC | 62 | 37 |
| Octal | 36 | 245 | 375 | 130 | 43 | 0 | 1 | 314 | 142 | 67 |
| Binary | 11110 | 10100101 | 11111101 | 1011000 | 100011 | 0 | 1 | 11001100 | 1100010 | 110111 |
Color Harmonies of #1EA5FD
Complementary color
Monochromatic Colors of #1EA5FD
Black with #1EA5FD
Text Example
Text Example
White with #1EA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA5FD; }
p { color: rgb(30,165,253); }
H1.HeaderClassName
{
color: #1EA5FD;
}
.AnyTagClassName
{
color: #1EA5FD;
}
</style>
background-color css
<style>
a { background-color: #1EA5FD; }
a { background-color: rgb(30,165,253); }
div.DivClassName
{
background-color: #1EA5FD;
}
.BgClassName
{
background-color: #1EA5FD;
}
</style>
border-color css
<style>
span { border-color: #1EA5FD; }
span { border-color: rgb(30,165,253); }
td.TdClassName
{
border-color: #1EA5FD;
}
.TagClassName
{
border-color: #1EA5FD;
}
</style>