Shades of Dodger Blue #1A9EFF
Tints of Dodger Blue #1A9EFF
RGB
CMYK
RGB Variations
Color information
#1A9EFF (or 0x1A9EFF) is known color: Dodger Blue. HEX triplet: 1A, 9E and FF. RGB value is (26,158,255). Sum of RGB (Red+Green+Blue) = 26+158+255=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9EFF is #E56100. Grayscale: #818181. Windows color (decimal): -15032577 or 16752154. OLE color: 16752154.
HSL color Cylindrical-coordinate representation of color #1A9EFF: hue angle of 205.41º 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 #1A9EFF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 158 | 255 | - |
| CMYK | 0.90 | 0.38 | 0 | 0 |
| HSL | 205.41º | 1% | 0.55% | - |
| HSV(B) | 205.41º | 0.9% | 1% | - |
| XYZ | 30.7 | 31.89 | 99.15 | - |
| YUV | 129.59 | 198.77 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 255 | 0.90 | 0.38 | 0 | 0 | 205.41 | 1 | 0.55 |
| Hex | 1A | 9E | FF | 5A | 26 | 0 | 0 | CD | 64 | 37 |
| Octal | 32 | 236 | 377 | 132 | 46 | 0 | 0 | 315 | 144 | 67 |
| Binary | 11010 | 10011110 | 11111111 | 1011010 | 100110 | 0 | 0 | 11001101 | 1100100 | 110111 |
Color Harmonies of #1A9EFF
Complementary color
Monochromatic Colors of #1A9EFF
Black with #1A9EFF
Text Example
Text Example
White with #1A9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EFF; }
p { color: rgb(26,158,255); }
H1.HeaderClassName
{
color: #1A9EFF;
}
.AnyTagClassName
{
color: #1A9EFF;
}
</style>
background-color css
<style>
a { background-color: #1A9EFF; }
a { background-color: rgb(26,158,255); }
div.DivClassName
{
background-color: #1A9EFF;
}
.BgClassName
{
background-color: #1A9EFF;
}
</style>
border-color css
<style>
span { border-color: #1A9EFF; }
span { border-color: rgb(26,158,255); }
td.TdClassName
{
border-color: #1A9EFF;
}
.TagClassName
{
border-color: #1A9EFF;
}
</style>