Shades of Dodger Blue #1EAAFF
Tints of Dodger Blue #1EAAFF
RGB
CMYK
RGB Variations
Color information
#1EAAFF (or 0x1EAAFF) is known color: Dodger Blue. HEX triplet: 1E, AA and FF. RGB value is (30,170,255). Sum of RGB (Red+Green+Blue) = 30+170+255=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAFF is #E15500. Grayscale: #898989. Windows color (decimal): -14767361 or 16755230. OLE color: 16755230.
HSL color Cylindrical-coordinate representation of color #1EAAFF: hue angle of 202.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EAAFF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 170 | 255 | - |
| CMYK | 0.88 | 0.33 | 0 | 0 |
| HSL | 202.67º | 1% | 0.56% | - |
| HSV(B) | 202.67º | 0.88% | 1% | - |
| XYZ | 32.96 | 36.25 | 99.87 | - |
| YUV | 137.83 | 194.12 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 255 | 0.88 | 0.33 | 0 | 0 | 202.67 | 1 | 0.56 |
| Hex | 1E | AA | FF | 58 | 21 | 0 | 0 | CB | 64 | 38 |
| Octal | 36 | 252 | 377 | 130 | 41 | 0 | 0 | 313 | 144 | 70 |
| Binary | 11110 | 10101010 | 11111111 | 1011000 | 100001 | 0 | 0 | 11001011 | 1100100 | 111000 |
Color Harmonies of #1EAAFF
Complementary color
Monochromatic Colors of #1EAAFF
Black with #1EAAFF
Text Example
Text Example
White with #1EAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAFF; }
p { color: rgb(30,170,255); }
H1.HeaderClassName
{
color: #1EAAFF;
}
.AnyTagClassName
{
color: #1EAAFF;
}
</style>
background-color css
<style>
a { background-color: #1EAAFF; }
a { background-color: rgb(30,170,255); }
div.DivClassName
{
background-color: #1EAAFF;
}
.BgClassName
{
background-color: #1EAAFF;
}
</style>
border-color css
<style>
span { border-color: #1EAAFF; }
span { border-color: rgb(30,170,255); }
td.TdClassName
{
border-color: #1EAAFF;
}
.TagClassName
{
border-color: #1EAAFF;
}
</style>