Shades of Dodger Blue #1EACFE
Tints of Dodger Blue #1EACFE
RGB
CMYK
RGB Variations
Color information
#1EACFE (or 0x1EACFE) is known color: Dodger Blue. HEX triplet: 1E, AC and FE. RGB value is (30,172,254). Sum of RGB (Red+Green+Blue) = 30+172+254=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACFE is #E15301. Grayscale: #8A8A8A. Windows color (decimal): -14766850 or 16690206. OLE color: 16690206.
HSL color Cylindrical-coordinate representation of color #1EACFE: hue angle of 201.96º 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 #1EACFE is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 172 | 254 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.00 |
| HSL | 201.96º | 0.99% | 0.56% | - |
| HSV(B) | 201.96º | 0.88% | 1% | - |
| XYZ | 33.18 | 36.94 | 99.15 | - |
| YUV | 138.89 | 192.96 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 254 | 0.88 | 0.32 | 0 | 0.00 | 201.96 | 0.99 | 0.56 |
| Hex | 1E | AC | FE | 58 | 20 | 0 | 0 | CA | 63 | 38 |
| Octal | 36 | 254 | 376 | 130 | 40 | 0 | 0 | 312 | 143 | 70 |
| Binary | 11110 | 10101100 | 11111110 | 1011000 | 100000 | 0 | 0 | 11001010 | 1100011 | 111000 |
Color Harmonies of #1EACFE
Complementary color
Monochromatic Colors of #1EACFE
Black with #1EACFE
Text Example
Text Example
White with #1EACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACFE; }
p { color: rgb(30,172,254); }
H1.HeaderClassName
{
color: #1EACFE;
}
.AnyTagClassName
{
color: #1EACFE;
}
</style>
background-color css
<style>
a { background-color: #1EACFE; }
a { background-color: rgb(30,172,254); }
div.DivClassName
{
background-color: #1EACFE;
}
.BgClassName
{
background-color: #1EACFE;
}
</style>
border-color css
<style>
span { border-color: #1EACFE; }
span { border-color: rgb(30,172,254); }
td.TdClassName
{
border-color: #1EACFE;
}
.TagClassName
{
border-color: #1EACFE;
}
</style>