Shades of Dodger Blue #1A6FEB
Tints of Dodger Blue #1A6FEB
RGB
CMYK
RGB Variations
Color information
#1A6FEB (or 0x1A6FEB) is known color: Dodger Blue. HEX triplet: 1A, 6F and EB. RGB value is (26,111,235). Sum of RGB (Red+Green+Blue) = 26+111+235=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6FEB is #E59014. Grayscale: #636363. Windows color (decimal): -15044629 or 15429402. OLE color: 15429402.
HSL color Cylindrical-coordinate representation of color #1A6FEB: hue angle of 215.6º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A6FEB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 111 | 235 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.08 |
| HSL | 215.6º | 0.84% | 0.51% | - |
| HSV(B) | 215.6º | 0.89% | 0.92% | - |
| XYZ | 21.11 | 17.59 | 80.88 | - |
| YUV | 99.72 | 204.34 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 111 | 235 | 0.89 | 0.53 | 0 | 0.08 | 215.6 | 0.84 | 0.51 |
| Hex | 1A | 6F | EB | 59 | 35 | 0 | 8 | D8 | 54 | 33 |
| Octal | 32 | 157 | 353 | 131 | 65 | 0 | 10 | 330 | 124 | 63 |
| Binary | 11010 | 1101111 | 11101011 | 1011001 | 110101 | 0 | 1000 | 11011000 | 1010100 | 110011 |
Color Harmonies of #1A6FEB
Complementary color
Monochromatic Colors of #1A6FEB
Black with #1A6FEB
Text Example
Text Example
White with #1A6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6FEB; }
p { color: rgb(26,111,235); }
H1.HeaderClassName
{
color: #1A6FEB;
}
.AnyTagClassName
{
color: #1A6FEB;
}
</style>
background-color css
<style>
a { background-color: #1A6FEB; }
a { background-color: rgb(26,111,235); }
div.DivClassName
{
background-color: #1A6FEB;
}
.BgClassName
{
background-color: #1A6FEB;
}
</style>
border-color css
<style>
span { border-color: #1A6FEB; }
span { border-color: rgb(26,111,235); }
td.TdClassName
{
border-color: #1A6FEB;
}
.TagClassName
{
border-color: #1A6FEB;
}
</style>