Shades of Dodger Blue #1E6DFE
Tints of Dodger Blue #1E6DFE
RGB
CMYK
RGB Variations
Color information
#1E6DFE (or 0x1E6DFE) is known color: Dodger Blue. HEX triplet: 1E, 6D and FE. RGB value is (30,109,254). Sum of RGB (Red+Green+Blue) = 30+109+254=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6DFE is #E19201. Grayscale: #656565. Windows color (decimal): -14782978 or 16674078. OLE color: 16674078.
HSL color Cylindrical-coordinate representation of color #1E6DFE: hue angle of 218.84º 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 #1E6DFE is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 109 | 254 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.00 |
| HSL | 218.84º | 0.99% | 0.56% | - |
| HSV(B) | 218.84º | 0.88% | 1% | - |
| XYZ | 23.89 | 18.37 | 96.05 | - |
| YUV | 101.91 | 213.83 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 254 | 0.88 | 0.57 | 0 | 0.00 | 218.84 | 0.99 | 0.56 |
| Hex | 1E | 6D | FE | 58 | 39 | 0 | 0 | DB | 63 | 38 |
| Octal | 36 | 155 | 376 | 130 | 71 | 0 | 0 | 333 | 143 | 70 |
| Binary | 11110 | 1101101 | 11111110 | 1011000 | 111001 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #1E6DFE
Complementary color
Monochromatic Colors of #1E6DFE
Black with #1E6DFE
Text Example
Text Example
White with #1E6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6DFE; }
p { color: rgb(30,109,254); }
H1.HeaderClassName
{
color: #1E6DFE;
}
.AnyTagClassName
{
color: #1E6DFE;
}
</style>
background-color css
<style>
a { background-color: #1E6DFE; }
a { background-color: rgb(30,109,254); }
div.DivClassName
{
background-color: #1E6DFE;
}
.BgClassName
{
background-color: #1E6DFE;
}
</style>
border-color css
<style>
span { border-color: #1E6DFE; }
span { border-color: rgb(30,109,254); }
td.TdClassName
{
border-color: #1E6DFE;
}
.TagClassName
{
border-color: #1E6DFE;
}
</style>