Shades of Dodger Blue #1A9EF6
Tints of Dodger Blue #1A9EF6
RGB
CMYK
RGB Variations
Color information
#1A9EF6 (or 0x1A9EF6) is known color: Dodger Blue. HEX triplet: 1A, 9E and F6. RGB value is (26,158,246). Sum of RGB (Red+Green+Blue) = 26+158+246=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A9EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9EF6 is #E56109. Grayscale: #808080. Windows color (decimal): -15032586 or 16162330. OLE color: 16162330.
HSL color Cylindrical-coordinate representation of color #1A9EF6: hue angle of 204º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9EF6 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 158 | 246 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.04 |
| HSL | 204º | 0.92% | 0.53% | - |
| HSV(B) | 204º | 0.89% | 0.96% | - |
| XYZ | 29.29 | 31.33 | 91.69 | - |
| YUV | 128.56 | 194.27 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 246 | 0.89 | 0.36 | 0 | 0.04 | 204 | 0.92 | 0.53 |
| Hex | 1A | 9E | F6 | 59 | 24 | 0 | 4 | CC | 5C | 35 |
| Octal | 32 | 236 | 366 | 131 | 44 | 0 | 4 | 314 | 134 | 65 |
| Binary | 11010 | 10011110 | 11110110 | 1011001 | 100100 | 0 | 100 | 11001100 | 1011100 | 110101 |
Color Harmonies of #1A9EF6
Complementary color
Monochromatic Colors of #1A9EF6
Black with #1A9EF6
Text Example
Text Example
White with #1A9EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EF6; }
p { color: rgb(26,158,246); }
H1.HeaderClassName
{
color: #1A9EF6;
}
.AnyTagClassName
{
color: #1A9EF6;
}
</style>
background-color css
<style>
a { background-color: #1A9EF6; }
a { background-color: rgb(26,158,246); }
div.DivClassName
{
background-color: #1A9EF6;
}
.BgClassName
{
background-color: #1A9EF6;
}
</style>
border-color css
<style>
span { border-color: #1A9EF6; }
span { border-color: rgb(26,158,246); }
td.TdClassName
{
border-color: #1A9EF6;
}
.TagClassName
{
border-color: #1A9EF6;
}
</style>