Shades of Dodger Blue #1AA8F6
Tints of Dodger Blue #1AA8F6
RGB
CMYK
RGB Variations
Color information
#1AA8F6 (or 0x1AA8F6) is known color: Dodger Blue. HEX triplet: 1A, A8 and F6. RGB value is (26,168,246). Sum of RGB (Red+Green+Blue) = 26+168+246=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #1AA8F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8F6 is #E55709. Grayscale: #858585. Windows color (decimal): -15030026 or 16164890. OLE color: 16164890.
HSL color Cylindrical-coordinate representation of color #1AA8F6: hue angle of 201.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA8F6 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 168 | 246 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.04 |
| HSL | 201.27º | 0.92% | 0.53% | - |
| HSV(B) | 201.27º | 0.89% | 0.96% | - |
| XYZ | 31.06 | 34.88 | 92.28 | - |
| YUV | 134.43 | 190.96 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 246 | 0.89 | 0.32 | 0 | 0.04 | 201.27 | 0.92 | 0.53 |
| Hex | 1A | A8 | F6 | 59 | 20 | 0 | 4 | C9 | 5C | 35 |
| Octal | 32 | 250 | 366 | 131 | 40 | 0 | 4 | 311 | 134 | 65 |
| Binary | 11010 | 10101000 | 11110110 | 1011001 | 100000 | 0 | 100 | 11001001 | 1011100 | 110101 |
Color Harmonies of #1AA8F6
Complementary color
Monochromatic Colors of #1AA8F6
Black with #1AA8F6
Text Example
Text Example
White with #1AA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8F6; }
p { color: rgb(26,168,246); }
H1.HeaderClassName
{
color: #1AA8F6;
}
.AnyTagClassName
{
color: #1AA8F6;
}
</style>
background-color css
<style>
a { background-color: #1AA8F6; }
a { background-color: rgb(26,168,246); }
div.DivClassName
{
background-color: #1AA8F6;
}
.BgClassName
{
background-color: #1AA8F6;
}
</style>
border-color css
<style>
span { border-color: #1AA8F6; }
span { border-color: rgb(26,168,246); }
td.TdClassName
{
border-color: #1AA8F6;
}
.TagClassName
{
border-color: #1AA8F6;
}
</style>