Shades of Dodger Blue #1AA8FF
Tints of Dodger Blue #1AA8FF
RGB
CMYK
RGB Variations
Color information
#1AA8FF (or 0x1AA8FF) is known color: Dodger Blue. HEX triplet: 1A, A8 and FF. RGB value is (26,168,255). Sum of RGB (Red+Green+Blue) = 26+168+255=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AA8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8FF is #E55700. Grayscale: #868686. Windows color (decimal): -15030017 or 16754714. OLE color: 16754714.
HSL color Cylindrical-coordinate representation of color #1AA8FF: hue angle of 202.79º 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 #1AA8FF is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 168 | 255 | - |
| CMYK | 0.90 | 0.34 | 0 | 0 |
| HSL | 202.79º | 1% | 0.55% | - |
| HSV(B) | 202.79º | 0.9% | 1% | - |
| XYZ | 32.48 | 35.44 | 99.74 | - |
| YUV | 135.46 | 195.46 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 255 | 0.90 | 0.34 | 0 | 0 | 202.79 | 1 | 0.55 |
| Hex | 1A | A8 | FF | 5A | 22 | 0 | 0 | CB | 64 | 37 |
| Octal | 32 | 250 | 377 | 132 | 42 | 0 | 0 | 313 | 144 | 67 |
| Binary | 11010 | 10101000 | 11111111 | 1011010 | 100010 | 0 | 0 | 11001011 | 1100100 | 110111 |
Color Harmonies of #1AA8FF
Complementary color
Monochromatic Colors of #1AA8FF
Black with #1AA8FF
Text Example
Text Example
White with #1AA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8FF; }
p { color: rgb(26,168,255); }
H1.HeaderClassName
{
color: #1AA8FF;
}
.AnyTagClassName
{
color: #1AA8FF;
}
</style>
background-color css
<style>
a { background-color: #1AA8FF; }
a { background-color: rgb(26,168,255); }
div.DivClassName
{
background-color: #1AA8FF;
}
.BgClassName
{
background-color: #1AA8FF;
}
</style>
border-color css
<style>
span { border-color: #1AA8FF; }
span { border-color: rgb(26,168,255); }
td.TdClassName
{
border-color: #1AA8FF;
}
.TagClassName
{
border-color: #1AA8FF;
}
</style>