Shades of Dodger Blue #1E6AFF
Tints of Dodger Blue #1E6AFF
RGB
CMYK
RGB Variations
Color information
#1E6AFF (or 0x1E6AFF) is known color: Dodger Blue. HEX triplet: 1E, 6A and FF. RGB value is (30,106,255). Sum of RGB (Red+Green+Blue) = 30+106+255=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6AFF is #E19500. Grayscale: #636363. Windows color (decimal): -14783745 or 16738846. OLE color: 16738846.
HSL color Cylindrical-coordinate representation of color #1E6AFF: hue angle of 219.73º 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 #1E6AFF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 106 | 255 | - |
| CMYK | 0.88 | 0.58 | 0 | 0 |
| HSL | 219.73º | 1% | 0.56% | - |
| HSV(B) | 219.73º | 0.88% | 1% | - |
| XYZ | 23.74 | 17.8 | 96.79 | - |
| YUV | 100.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 255 | 0.88 | 0.58 | 0 | 0 | 219.73 | 1 | 0.56 |
| Hex | 1E | 6A | FF | 58 | 3A | 0 | 0 | DC | 64 | 38 |
| Octal | 36 | 152 | 377 | 130 | 72 | 0 | 0 | 334 | 144 | 70 |
| Binary | 11110 | 1101010 | 11111111 | 1011000 | 111010 | 0 | 0 | 11011100 | 1100100 | 111000 |
Color Harmonies of #1E6AFF
Complementary color
Monochromatic Colors of #1E6AFF
Black with #1E6AFF
Text Example
Text Example
White with #1E6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6AFF; }
p { color: rgb(30,106,255); }
H1.HeaderClassName
{
color: #1E6AFF;
}
.AnyTagClassName
{
color: #1E6AFF;
}
</style>
background-color css
<style>
a { background-color: #1E6AFF; }
a { background-color: rgb(30,106,255); }
div.DivClassName
{
background-color: #1E6AFF;
}
.BgClassName
{
background-color: #1E6AFF;
}
</style>
border-color css
<style>
span { border-color: #1E6AFF; }
span { border-color: rgb(30,106,255); }
td.TdClassName
{
border-color: #1E6AFF;
}
.TagClassName
{
border-color: #1E6AFF;
}
</style>