Shades of Dodger Blue #1A6DFB
Tints of Dodger Blue #1A6DFB
RGB
CMYK
RGB Variations
Color information
#1A6DFB (or 0x1A6DFB) is known color: Dodger Blue. HEX triplet: 1A, 6D and FB. RGB value is (26,109,251). Sum of RGB (Red+Green+Blue) = 26+109+251=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6DFB is #E59204. Grayscale: #636363. Windows color (decimal): -15045125 or 16477466. OLE color: 16477466.
HSL color Cylindrical-coordinate representation of color #1A6DFB: hue angle of 217.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A6DFB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 109 | 251 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.02 |
| HSL | 217.87º | 0.97% | 0.54% | - |
| HSV(B) | 217.87º | 0.9% | 0.98% | - |
| XYZ | 23.31 | 18.12 | 93.54 | - |
| YUV | 100.37 | 213 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 251 | 0.90 | 0.57 | 0 | 0.02 | 217.87 | 0.97 | 0.54 |
| Hex | 1A | 6D | FB | 5A | 39 | 0 | 2 | DA | 61 | 36 |
| Octal | 32 | 155 | 373 | 132 | 71 | 0 | 2 | 332 | 141 | 66 |
| Binary | 11010 | 1101101 | 11111011 | 1011010 | 111001 | 0 | 10 | 11011010 | 1100001 | 110110 |
Color Harmonies of #1A6DFB
Complementary color
Monochromatic Colors of #1A6DFB
Black with #1A6DFB
Text Example
Text Example
White with #1A6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6DFB; }
p { color: rgb(26,109,251); }
H1.HeaderClassName
{
color: #1A6DFB;
}
.AnyTagClassName
{
color: #1A6DFB;
}
</style>
background-color css
<style>
a { background-color: #1A6DFB; }
a { background-color: rgb(26,109,251); }
div.DivClassName
{
background-color: #1A6DFB;
}
.BgClassName
{
background-color: #1A6DFB;
}
</style>
border-color css
<style>
span { border-color: #1A6DFB; }
span { border-color: rgb(26,109,251); }
td.TdClassName
{
border-color: #1A6DFB;
}
.TagClassName
{
border-color: #1A6DFB;
}
</style>