Shades of Dodger Blue #1AAAF0
Tints of Dodger Blue #1AAAF0
RGB
CMYK
RGB Variations
Color information
#1AAAF0 (or 0x1AAAF0) is known color: Dodger Blue. HEX triplet: 1A, AA and F0. RGB value is (26,170,240). Sum of RGB (Red+Green+Blue) = 26+170+240=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AAAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAF0 is #E5550F. Grayscale: #868686. Windows color (decimal): -15029520 or 15772186. OLE color: 15772186.
HSL color Cylindrical-coordinate representation of color #1AAAF0: hue angle of 199.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAAF0 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 170 | 240 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.06 |
| HSL | 199.63º | 0.88% | 0.52% | - |
| HSV(B) | 199.63º | 0.89% | 0.94% | - |
| XYZ | 30.53 | 35.26 | 87.63 | - |
| YUV | 134.92 | 187.29 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 240 | 0.89 | 0.29 | 0 | 0.06 | 199.63 | 0.88 | 0.52 |
| Hex | 1A | AA | F0 | 59 | 1D | 0 | 6 | C8 | 58 | 34 |
| Octal | 32 | 252 | 360 | 131 | 35 | 0 | 6 | 310 | 130 | 64 |
| Binary | 11010 | 10101010 | 11110000 | 1011001 | 11101 | 0 | 110 | 11001000 | 1011000 | 110100 |
Color Harmonies of #1AAAF0
Complementary color
Monochromatic Colors of #1AAAF0
Black with #1AAAF0
Text Example
Text Example
White with #1AAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAF0; }
p { color: rgb(26,170,240); }
H1.HeaderClassName
{
color: #1AAAF0;
}
.AnyTagClassName
{
color: #1AAAF0;
}
</style>
background-color css
<style>
a { background-color: #1AAAF0; }
a { background-color: rgb(26,170,240); }
div.DivClassName
{
background-color: #1AAAF0;
}
.BgClassName
{
background-color: #1AAAF0;
}
</style>
border-color css
<style>
span { border-color: #1AAAF0; }
span { border-color: rgb(26,170,240); }
td.TdClassName
{
border-color: #1AAAF0;
}
.TagClassName
{
border-color: #1AAAF0;
}
</style>