Shades of Dodger Blue #1AA8FE
Tints of Dodger Blue #1AA8FE
RGB
CMYK
RGB Variations
Color information
#1AA8FE (or 0x1AA8FE) is known color: Dodger Blue. HEX triplet: 1A, A8 and FE. RGB value is (26,168,254). Sum of RGB (Red+Green+Blue) = 26+168+254=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AA8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8FE is #E55701. Grayscale: #868686. Windows color (decimal): -15030018 or 16689178. OLE color: 16689178.
HSL color Cylindrical-coordinate representation of color #1AA8FE: hue angle of 202.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AA8FE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 168 | 254 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.00 |
| HSL | 202.63º | 0.99% | 0.55% | - |
| HSV(B) | 202.63º | 0.9% | 1% | - |
| XYZ | 32.32 | 35.38 | 98.89 | - |
| YUV | 135.35 | 194.96 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 254 | 0.90 | 0.34 | 0 | 0.00 | 202.63 | 0.99 | 0.55 |
| Hex | 1A | A8 | FE | 5A | 22 | 0 | 0 | CB | 63 | 37 |
| Octal | 32 | 250 | 376 | 132 | 42 | 0 | 0 | 313 | 143 | 67 |
| Binary | 11010 | 10101000 | 11111110 | 1011010 | 100010 | 0 | 0 | 11001011 | 1100011 | 110111 |
Color Harmonies of #1AA8FE
Complementary color
Monochromatic Colors of #1AA8FE
Black with #1AA8FE
Text Example
Text Example
White with #1AA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8FE; }
p { color: rgb(26,168,254); }
H1.HeaderClassName
{
color: #1AA8FE;
}
.AnyTagClassName
{
color: #1AA8FE;
}
</style>
background-color css
<style>
a { background-color: #1AA8FE; }
a { background-color: rgb(26,168,254); }
div.DivClassName
{
background-color: #1AA8FE;
}
.BgClassName
{
background-color: #1AA8FE;
}
</style>
border-color css
<style>
span { border-color: #1AA8FE; }
span { border-color: rgb(26,168,254); }
td.TdClassName
{
border-color: #1AA8FE;
}
.TagClassName
{
border-color: #1AA8FE;
}
</style>