Shades of Dodger Blue #1A9AFF
Tints of Dodger Blue #1A9AFF
RGB
CMYK
RGB Variations
Color information
#1A9AFF (or 0x1A9AFF) is known color: Dodger Blue. HEX triplet: 1A, 9A and FF. RGB value is (26,154,255). Sum of RGB (Red+Green+Blue) = 26+154+255=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9AFF is #E56500. Grayscale: #7E7E7E. Windows color (decimal): -15033601 or 16751130. OLE color: 16751130.
HSL color Cylindrical-coordinate representation of color #1A9AFF: hue angle of 206.46º 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 #1A9AFF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 154 | 255 | - |
| CMYK | 0.90 | 0.40 | 0 | 0 |
| HSL | 206.46º | 1% | 0.55% | - |
| HSV(B) | 206.46º | 0.9% | 1% | - |
| XYZ | 30.03 | 30.55 | 98.92 | - |
| YUV | 127.24 | 200.09 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 255 | 0.90 | 0.40 | 0 | 0 | 206.46 | 1 | 0.55 |
| Hex | 1A | 9A | FF | 5A | 28 | 0 | 0 | CE | 64 | 37 |
| Octal | 32 | 232 | 377 | 132 | 50 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11010 | 10011010 | 11111111 | 1011010 | 101000 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1A9AFF
Complementary color
Monochromatic Colors of #1A9AFF
Black with #1A9AFF
Text Example
Text Example
White with #1A9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9AFF; }
p { color: rgb(26,154,255); }
H1.HeaderClassName
{
color: #1A9AFF;
}
.AnyTagClassName
{
color: #1A9AFF;
}
</style>
background-color css
<style>
a { background-color: #1A9AFF; }
a { background-color: rgb(26,154,255); }
div.DivClassName
{
background-color: #1A9AFF;
}
.BgClassName
{
background-color: #1A9AFF;
}
</style>
border-color css
<style>
span { border-color: #1A9AFF; }
span { border-color: rgb(26,154,255); }
td.TdClassName
{
border-color: #1A9AFF;
}
.TagClassName
{
border-color: #1A9AFF;
}
</style>