Shades of Dodger Blue #1E6BF6
Tints of Dodger Blue #1E6BF6
RGB
CMYK
RGB Variations
Color information
#1E6BF6 (or 0x1E6BF6) is known color: Dodger Blue. HEX triplet: 1E, 6B and F6. RGB value is (30,107,246). Sum of RGB (Red+Green+Blue) = 30+107+246=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E6BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BF6 is #E19409. Grayscale: #636363. Windows color (decimal): -14783498 or 16149278. OLE color: 16149278.
HSL color Cylindrical-coordinate representation of color #1E6BF6: hue angle of 218.61º degrees, saturation: 0.92, 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 #1E6BF6 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 107 | 246 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.04 |
| HSL | 218.61º | 0.92% | 0.54% | - |
| HSV(B) | 218.61º | 0.88% | 0.96% | - |
| XYZ | 22.43 | 17.45 | 89.37 | - |
| YUV | 99.82 | 210.49 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 246 | 0.88 | 0.57 | 0 | 0.04 | 218.61 | 0.92 | 0.54 |
| Hex | 1E | 6B | F6 | 58 | 39 | 0 | 4 | DB | 5C | 36 |
| Octal | 36 | 153 | 366 | 130 | 71 | 0 | 4 | 333 | 134 | 66 |
| Binary | 11110 | 1101011 | 11110110 | 1011000 | 111001 | 0 | 100 | 11011011 | 1011100 | 110110 |
Color Harmonies of #1E6BF6
Complementary color
Monochromatic Colors of #1E6BF6
Black with #1E6BF6
Text Example
Text Example
White with #1E6BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BF6; }
p { color: rgb(30,107,246); }
H1.HeaderClassName
{
color: #1E6BF6;
}
.AnyTagClassName
{
color: #1E6BF6;
}
</style>
background-color css
<style>
a { background-color: #1E6BF6; }
a { background-color: rgb(30,107,246); }
div.DivClassName
{
background-color: #1E6BF6;
}
.BgClassName
{
background-color: #1E6BF6;
}
</style>
border-color css
<style>
span { border-color: #1E6BF6; }
span { border-color: rgb(30,107,246); }
td.TdClassName
{
border-color: #1E6BF6;
}
.TagClassName
{
border-color: #1E6BF6;
}
</style>