Shades of Dodger Blue #1E94F3
Tints of Dodger Blue #1E94F3
RGB
CMYK
RGB Variations
Color information
#1E94F3 (or 0x1E94F3) is known color: Dodger Blue. HEX triplet: 1E, 94 and F3. RGB value is (30,148,243). Sum of RGB (Red+Green+Blue) = 30+148+243=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E94F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E94F3 is #E16B0C. Grayscale: #7B7B7B. Windows color (decimal): -14773005 or 15963166. OLE color: 15963166.
HSL color Cylindrical-coordinate representation of color #1E94F3: hue angle of 206.76º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E94F3 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 148 | 243 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.05 |
| HSL | 206.76º | 0.9% | 0.54% | - |
| HSV(B) | 206.76º | 0.88% | 0.95% | - |
| XYZ | 27.3 | 27.93 | 88.75 | - |
| YUV | 123.55 | 195.41 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 243 | 0.88 | 0.39 | 0 | 0.05 | 206.76 | 0.9 | 0.54 |
| Hex | 1E | 94 | F3 | 58 | 27 | 0 | 5 | CF | 5A | 36 |
| Octal | 36 | 224 | 363 | 130 | 47 | 0 | 5 | 317 | 132 | 66 |
| Binary | 11110 | 10010100 | 11110011 | 1011000 | 100111 | 0 | 101 | 11001111 | 1011010 | 110110 |
Color Harmonies of #1E94F3
Complementary color
Monochromatic Colors of #1E94F3
Black with #1E94F3
Text Example
Text Example
White with #1E94F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94F3; }
p { color: rgb(30,148,243); }
H1.HeaderClassName
{
color: #1E94F3;
}
.AnyTagClassName
{
color: #1E94F3;
}
</style>
background-color css
<style>
a { background-color: #1E94F3; }
a { background-color: rgb(30,148,243); }
div.DivClassName
{
background-color: #1E94F3;
}
.BgClassName
{
background-color: #1E94F3;
}
</style>
border-color css
<style>
span { border-color: #1E94F3; }
span { border-color: rgb(30,148,243); }
td.TdClassName
{
border-color: #1E94F3;
}
.TagClassName
{
border-color: #1E94F3;
}
</style>