Shades of Dodger Blue #1EADFE
Tints of Dodger Blue #1EADFE
RGB
CMYK
RGB Variations
Color information
#1EADFE (or 0x1EADFE) is known color: Dodger Blue. HEX triplet: 1E, AD and FE. RGB value is (30,173,254). Sum of RGB (Red+Green+Blue) = 30+173+254=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EADFE is #E15201. Grayscale: #8B8B8B. Windows color (decimal): -14766594 or 16690462. OLE color: 16690462.
HSL color Cylindrical-coordinate representation of color #1EADFE: hue angle of 201.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EADFE is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 173 | 254 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.00 |
| HSL | 201.7º | 0.99% | 0.56% | - |
| HSV(B) | 201.7º | 0.88% | 1% | - |
| XYZ | 33.37 | 37.32 | 99.21 | - |
| YUV | 139.48 | 192.62 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 254 | 0.88 | 0.32 | 0 | 0.00 | 201.7 | 0.99 | 0.56 |
| Hex | 1E | AD | FE | 58 | 20 | 0 | 0 | CA | 63 | 38 |
| Octal | 36 | 255 | 376 | 130 | 40 | 0 | 0 | 312 | 143 | 70 |
| Binary | 11110 | 10101101 | 11111110 | 1011000 | 100000 | 0 | 0 | 11001010 | 1100011 | 111000 |
Color Harmonies of #1EADFE
Complementary color
Monochromatic Colors of #1EADFE
Black with #1EADFE
Text Example
Text Example
White with #1EADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADFE; }
p { color: rgb(30,173,254); }
H1.HeaderClassName
{
color: #1EADFE;
}
.AnyTagClassName
{
color: #1EADFE;
}
</style>
background-color css
<style>
a { background-color: #1EADFE; }
a { background-color: rgb(30,173,254); }
div.DivClassName
{
background-color: #1EADFE;
}
.BgClassName
{
background-color: #1EADFE;
}
</style>
border-color css
<style>
span { border-color: #1EADFE; }
span { border-color: rgb(30,173,254); }
td.TdClassName
{
border-color: #1EADFE;
}
.TagClassName
{
border-color: #1EADFE;
}
</style>