Shades of Dodger Blue #1E6BF4
Tints of Dodger Blue #1E6BF4
RGB
CMYK
RGB Variations
Color information
#1E6BF4 (or 0x1E6BF4) is known color: Dodger Blue. HEX triplet: 1E, 6B and F4. RGB value is (30,107,244). Sum of RGB (Red+Green+Blue) = 30+107+244=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 244 (95.70% from 255 or 64.04% from 381); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E6BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BF4 is #E1940B. Grayscale: #626262. Windows color (decimal): -14783500 or 16018206. OLE color: 16018206.
HSL color Cylindrical-coordinate representation of color #1E6BF4: hue angle of 218.41º 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 #1E6BF4 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 107 | 244 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.04 |
| HSL | 218.41º | 0.91% | 0.54% | - |
| HSV(B) | 218.41º | 0.88% | 0.96% | - |
| XYZ | 22.12 | 17.32 | 87.77 | - |
| YUV | 99.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 244 | 0.88 | 0.56 | 0 | 0.04 | 218.41 | 0.91 | 0.54 |
| Hex | 1E | 6B | F4 | 58 | 38 | 0 | 4 | DA | 5B | 36 |
| Octal | 36 | 153 | 364 | 130 | 70 | 0 | 4 | 332 | 133 | 66 |
| Binary | 11110 | 1101011 | 11110100 | 1011000 | 111000 | 0 | 100 | 11011010 | 1011011 | 110110 |
Color Harmonies of #1E6BF4
Complementary color
Monochromatic Colors of #1E6BF4
Black with #1E6BF4
Text Example
Text Example
White with #1E6BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BF4; }
p { color: rgb(30,107,244); }
H1.HeaderClassName
{
color: #1E6BF4;
}
.AnyTagClassName
{
color: #1E6BF4;
}
</style>
background-color css
<style>
a { background-color: #1E6BF4; }
a { background-color: rgb(30,107,244); }
div.DivClassName
{
background-color: #1E6BF4;
}
.BgClassName
{
background-color: #1E6BF4;
}
</style>
border-color css
<style>
span { border-color: #1E6BF4; }
span { border-color: rgb(30,107,244); }
td.TdClassName
{
border-color: #1E6BF4;
}
.TagClassName
{
border-color: #1E6BF4;
}
</style>