Shades of Dodger Blue #1E6FF4
Tints of Dodger Blue #1E6FF4
RGB
CMYK
RGB Variations
Color information
#1E6FF4 (or 0x1E6FF4) is known color: Dodger Blue. HEX triplet: 1E, 6F and F4. RGB value is (30,111,244). Sum of RGB (Red+Green+Blue) = 30+111+244=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E6FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FF4 is #E1900B. Grayscale: #656565. Windows color (decimal): -14782476 or 16019230. OLE color: 16019230.
HSL color Cylindrical-coordinate representation of color #1E6FF4: hue angle of 217.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6FF4 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 111 | 244 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.04 |
| HSL | 217.29º | 0.91% | 0.54% | - |
| HSV(B) | 217.29º | 0.88% | 0.96% | - |
| XYZ | 22.55 | 18.18 | 87.91 | - |
| YUV | 101.94 | 208.16 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 244 | 0.88 | 0.55 | 0 | 0.04 | 217.29 | 0.91 | 0.54 |
| Hex | 1E | 6F | F4 | 58 | 37 | 0 | 4 | D9 | 5B | 36 |
| Octal | 36 | 157 | 364 | 130 | 67 | 0 | 4 | 331 | 133 | 66 |
| Binary | 11110 | 1101111 | 11110100 | 1011000 | 110111 | 0 | 100 | 11011001 | 1011011 | 110110 |
Color Harmonies of #1E6FF4
Complementary color
Monochromatic Colors of #1E6FF4
Black with #1E6FF4
Text Example
Text Example
White with #1E6FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FF4; }
p { color: rgb(30,111,244); }
H1.HeaderClassName
{
color: #1E6FF4;
}
.AnyTagClassName
{
color: #1E6FF4;
}
</style>
background-color css
<style>
a { background-color: #1E6FF4; }
a { background-color: rgb(30,111,244); }
div.DivClassName
{
background-color: #1E6FF4;
}
.BgClassName
{
background-color: #1E6FF4;
}
</style>
border-color css
<style>
span { border-color: #1E6FF4; }
span { border-color: rgb(30,111,244); }
td.TdClassName
{
border-color: #1E6FF4;
}
.TagClassName
{
border-color: #1E6FF4;
}
</style>