Shades of Dodger Blue #1A9DEC
Tints of Dodger Blue #1A9DEC
RGB
CMYK
RGB Variations
Color information
#1A9DEC (or 0x1A9DEC) is known color: Dodger Blue. HEX triplet: 1A, 9D and EC. RGB value is (26,157,236). Sum of RGB (Red+Green+Blue) = 26+157+236=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A9DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9DEC is #E56213. Grayscale: #7E7E7E. Windows color (decimal): -15032852 or 15506714. OLE color: 15506714.
HSL color Cylindrical-coordinate representation of color #1A9DEC: hue angle of 202.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9DEC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 157 | 236 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.07 |
| HSL | 202.57º | 0.85% | 0.51% | - |
| HSV(B) | 202.57º | 0.89% | 0.93% | - |
| XYZ | 27.62 | 30.39 | 83.77 | - |
| YUV | 126.84 | 189.6 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 157 | 236 | 0.89 | 0.33 | 0 | 0.07 | 202.57 | 0.85 | 0.51 |
| Hex | 1A | 9D | EC | 59 | 21 | 0 | 7 | CB | 55 | 33 |
| Octal | 32 | 235 | 354 | 131 | 41 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11010 | 10011101 | 11101100 | 1011001 | 100001 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #1A9DEC
Complementary color
Monochromatic Colors of #1A9DEC
Black with #1A9DEC
Text Example
Text Example
White with #1A9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9DEC; }
p { color: rgb(26,157,236); }
H1.HeaderClassName
{
color: #1A9DEC;
}
.AnyTagClassName
{
color: #1A9DEC;
}
</style>
background-color css
<style>
a { background-color: #1A9DEC; }
a { background-color: rgb(26,157,236); }
div.DivClassName
{
background-color: #1A9DEC;
}
.BgClassName
{
background-color: #1A9DEC;
}
</style>
border-color css
<style>
span { border-color: #1A9DEC; }
span { border-color: rgb(26,157,236); }
td.TdClassName
{
border-color: #1A9DEC;
}
.TagClassName
{
border-color: #1A9DEC;
}
</style>