Shades of Dodger Blue #1E6BF9
Tints of Dodger Blue #1E6BF9
RGB
CMYK
RGB Variations
Color information
#1E6BF9 (or 0x1E6BF9) is known color: Dodger Blue. HEX triplet: 1E, 6B and F9. RGB value is (30,107,249). Sum of RGB (Red+Green+Blue) = 30+107+249=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #1E6BF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BF9 is #E19406. Grayscale: #636363. Windows color (decimal): -14783495 or 16345886. OLE color: 16345886.
HSL color Cylindrical-coordinate representation of color #1E6BF9: hue angle of 218.9º degrees, saturation: 0.95, 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 #1E6BF9 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 107 | 249 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.02 |
| HSL | 218.9º | 0.95% | 0.55% | - |
| HSV(B) | 218.9º | 0.88% | 0.98% | - |
| XYZ | 22.89 | 17.63 | 91.82 | - |
| YUV | 100.17 | 211.99 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 249 | 0.88 | 0.57 | 0 | 0.02 | 218.9 | 0.95 | 0.55 |
| Hex | 1E | 6B | F9 | 58 | 39 | 0 | 2 | DB | 5F | 37 |
| Octal | 36 | 153 | 371 | 130 | 71 | 0 | 2 | 333 | 137 | 67 |
| Binary | 11110 | 1101011 | 11111001 | 1011000 | 111001 | 0 | 10 | 11011011 | 1011111 | 110111 |
Color Harmonies of #1E6BF9
Complementary color
Monochromatic Colors of #1E6BF9
Black with #1E6BF9
Text Example
Text Example
White with #1E6BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BF9; }
p { color: rgb(30,107,249); }
H1.HeaderClassName
{
color: #1E6BF9;
}
.AnyTagClassName
{
color: #1E6BF9;
}
</style>
background-color css
<style>
a { background-color: #1E6BF9; }
a { background-color: rgb(30,107,249); }
div.DivClassName
{
background-color: #1E6BF9;
}
.BgClassName
{
background-color: #1E6BF9;
}
</style>
border-color css
<style>
span { border-color: #1E6BF9; }
span { border-color: rgb(30,107,249); }
td.TdClassName
{
border-color: #1E6BF9;
}
.TagClassName
{
border-color: #1E6BF9;
}
</style>