Shades of Dodger Blue #1E6EFA
Tints of Dodger Blue #1E6EFA
RGB
CMYK
RGB Variations
Color information
#1E6EFA (or 0x1E6EFA) is known color: Dodger Blue. HEX triplet: 1E, 6E and FA. RGB value is (30,110,250). Sum of RGB (Red+Green+Blue) = 30+110+250=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6EFA is #E19105. Grayscale: #656565. Windows color (decimal): -14782726 or 16412190. OLE color: 16412190.
HSL color Cylindrical-coordinate representation of color #1E6EFA: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6EFA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 110 | 250 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.02 |
| HSL | 218.18º | 0.96% | 0.55% | - |
| HSV(B) | 218.18º | 0.88% | 0.98% | - |
| XYZ | 23.37 | 18.33 | 92.75 | - |
| YUV | 102.04 | 211.5 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 250 | 0.88 | 0.56 | 0 | 0.02 | 218.18 | 0.96 | 0.55 |
| Hex | 1E | 6E | FA | 58 | 38 | 0 | 2 | DA | 60 | 37 |
| Octal | 36 | 156 | 372 | 130 | 70 | 0 | 2 | 332 | 140 | 67 |
| Binary | 11110 | 1101110 | 11111010 | 1011000 | 111000 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #1E6EFA
Complementary color
Monochromatic Colors of #1E6EFA
Black with #1E6EFA
Text Example
Text Example
White with #1E6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6EFA; }
p { color: rgb(30,110,250); }
H1.HeaderClassName
{
color: #1E6EFA;
}
.AnyTagClassName
{
color: #1E6EFA;
}
</style>
background-color css
<style>
a { background-color: #1E6EFA; }
a { background-color: rgb(30,110,250); }
div.DivClassName
{
background-color: #1E6EFA;
}
.BgClassName
{
background-color: #1E6EFA;
}
</style>
border-color css
<style>
span { border-color: #1E6EFA; }
span { border-color: rgb(30,110,250); }
td.TdClassName
{
border-color: #1E6EFA;
}
.TagClassName
{
border-color: #1E6EFA;
}
</style>