Shades of Dodger Blue #1A6EF4
Tints of Dodger Blue #1A6EF4
RGB
CMYK
RGB Variations
Color information
#1A6EF4 (or 0x1A6EF4) is known color: Dodger Blue. HEX triplet: 1A, 6E and F4. RGB value is (26,110,244). Sum of RGB (Red+Green+Blue) = 26+110+244=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #1A6EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6EF4 is #E5910B. Grayscale: #636363. Windows color (decimal): -15044876 or 16018970. OLE color: 16018970.
HSL color Cylindrical-coordinate representation of color #1A6EF4: hue angle of 216.88º degrees, saturation: 0.91, 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 #1A6EF4 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 110 | 244 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.04 |
| HSL | 216.88º | 0.91% | 0.53% | - |
| HSV(B) | 216.88º | 0.89% | 0.96% | - |
| XYZ | 22.33 | 17.9 | 87.87 | - |
| YUV | 100.16 | 209.17 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 244 | 0.89 | 0.55 | 0 | 0.04 | 216.88 | 0.91 | 0.53 |
| Hex | 1A | 6E | F4 | 59 | 37 | 0 | 4 | D9 | 5B | 35 |
| Octal | 32 | 156 | 364 | 131 | 67 | 0 | 4 | 331 | 133 | 65 |
| Binary | 11010 | 1101110 | 11110100 | 1011001 | 110111 | 0 | 100 | 11011001 | 1011011 | 110101 |
Color Harmonies of #1A6EF4
Complementary color
Monochromatic Colors of #1A6EF4
Black with #1A6EF4
Text Example
Text Example
White with #1A6EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6EF4; }
p { color: rgb(26,110,244); }
H1.HeaderClassName
{
color: #1A6EF4;
}
.AnyTagClassName
{
color: #1A6EF4;
}
</style>
background-color css
<style>
a { background-color: #1A6EF4; }
a { background-color: rgb(26,110,244); }
div.DivClassName
{
background-color: #1A6EF4;
}
.BgClassName
{
background-color: #1A6EF4;
}
</style>
border-color css
<style>
span { border-color: #1A6EF4; }
span { border-color: rgb(26,110,244); }
td.TdClassName
{
border-color: #1A6EF4;
}
.TagClassName
{
border-color: #1A6EF4;
}
</style>