Shades of Dodger Blue #1A7EFF
Tints of Dodger Blue #1A7EFF
RGB
CMYK
RGB Variations
Color information
#1A7EFF (or 0x1A7EFF) is known color: Dodger Blue. HEX triplet: 1A, 7E and FF. RGB value is (26,126,255). Sum of RGB (Red+Green+Blue) = 26+126+255=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7EFF is #E58100. Grayscale: #6E6E6E. Windows color (decimal): -15040769 or 16743962. OLE color: 16743962.
HSL color Cylindrical-coordinate representation of color #1A7EFF: hue angle of 213.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A7EFF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 126 | 255 | - |
| CMYK | 0.90 | 0.51 | 0 | 0 |
| HSL | 213.8º | 1% | 0.55% | - |
| HSV(B) | 213.8º | 0.9% | 1% | - |
| XYZ | 25.94 | 22.36 | 97.56 | - |
| YUV | 110.81 | 209.37 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 126 | 255 | 0.90 | 0.51 | 0 | 0 | 213.8 | 1 | 0.55 |
| Hex | 1A | 7E | FF | 5A | 33 | 0 | 0 | D6 | 64 | 37 |
| Octal | 32 | 176 | 377 | 132 | 63 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11010 | 1111110 | 11111111 | 1011010 | 110011 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #1A7EFF
Complementary color
Monochromatic Colors of #1A7EFF
Black with #1A7EFF
Text Example
Text Example
White with #1A7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7EFF; }
p { color: rgb(26,126,255); }
H1.HeaderClassName
{
color: #1A7EFF;
}
.AnyTagClassName
{
color: #1A7EFF;
}
</style>
background-color css
<style>
a { background-color: #1A7EFF; }
a { background-color: rgb(26,126,255); }
div.DivClassName
{
background-color: #1A7EFF;
}
.BgClassName
{
background-color: #1A7EFF;
}
</style>
border-color css
<style>
span { border-color: #1A7EFF; }
span { border-color: rgb(26,126,255); }
td.TdClassName
{
border-color: #1A7EFF;
}
.TagClassName
{
border-color: #1A7EFF;
}
</style>