Shades of Dodger Blue #1AAAF8
Tints of Dodger Blue #1AAAF8
RGB
CMYK
RGB Variations
Color information
#1AAAF8 (or 0x1AAAF8) is known color: Dodger Blue. HEX triplet: 1A, AA and F8. RGB value is (26,170,248). Sum of RGB (Red+Green+Blue) = 26+170+248=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #1AAAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAF8 is #E55507. Grayscale: #878787. Windows color (decimal): -15029512 or 16296474. OLE color: 16296474.
HSL color Cylindrical-coordinate representation of color #1AAAF8: hue angle of 201.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAAF8 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 170 | 248 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.03 |
| HSL | 201.08º | 0.94% | 0.54% | - |
| HSV(B) | 201.08º | 0.9% | 0.97% | - |
| XYZ | 31.74 | 35.75 | 94.03 | - |
| YUV | 135.84 | 191.29 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 248 | 0.90 | 0.31 | 0 | 0.03 | 201.08 | 0.94 | 0.54 |
| Hex | 1A | AA | F8 | 5A | 1F | 0 | 3 | C9 | 5E | 36 |
| Octal | 32 | 252 | 370 | 132 | 37 | 0 | 3 | 311 | 136 | 66 |
| Binary | 11010 | 10101010 | 11111000 | 1011010 | 11111 | 0 | 11 | 11001001 | 1011110 | 110110 |
Color Harmonies of #1AAAF8
Complementary color
Monochromatic Colors of #1AAAF8
Black with #1AAAF8
Text Example
Text Example
White with #1AAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAF8; }
p { color: rgb(26,170,248); }
H1.HeaderClassName
{
color: #1AAAF8;
}
.AnyTagClassName
{
color: #1AAAF8;
}
</style>
background-color css
<style>
a { background-color: #1AAAF8; }
a { background-color: rgb(26,170,248); }
div.DivClassName
{
background-color: #1AAAF8;
}
.BgClassName
{
background-color: #1AAAF8;
}
</style>
border-color css
<style>
span { border-color: #1AAAF8; }
span { border-color: rgb(26,170,248); }
td.TdClassName
{
border-color: #1AAAF8;
}
.TagClassName
{
border-color: #1AAAF8;
}
</style>