Shades of Dodger Blue #1AAAF5
Tints of Dodger Blue #1AAAF5
RGB
CMYK
RGB Variations
Color information
#1AAAF5 (or 0x1AAAF5) is known color: Dodger Blue. HEX triplet: 1A, AA and F5. RGB value is (26,170,245). Sum of RGB (Red+Green+Blue) = 26+170+245=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #1AAAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAF5 is #E5550A. Grayscale: #878787. Windows color (decimal): -15029515 or 16099866. OLE color: 16099866.
HSL color Cylindrical-coordinate representation of color #1AAAF5: hue angle of 200.55º 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 #1AAAF5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 170 | 245 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.04 |
| HSL | 200.55º | 0.92% | 0.53% | - |
| HSV(B) | 200.55º | 0.89% | 0.96% | - |
| XYZ | 31.28 | 35.56 | 91.6 | - |
| YUV | 135.49 | 189.79 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 245 | 0.89 | 0.31 | 0 | 0.04 | 200.55 | 0.92 | 0.53 |
| Hex | 1A | AA | F5 | 59 | 1F | 0 | 4 | C9 | 5C | 35 |
| Octal | 32 | 252 | 365 | 131 | 37 | 0 | 4 | 311 | 134 | 65 |
| Binary | 11010 | 10101010 | 11110101 | 1011001 | 11111 | 0 | 100 | 11001001 | 1011100 | 110101 |
Color Harmonies of #1AAAF5
Complementary color
Monochromatic Colors of #1AAAF5
Black with #1AAAF5
Text Example
Text Example
White with #1AAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAF5; }
p { color: rgb(26,170,245); }
H1.HeaderClassName
{
color: #1AAAF5;
}
.AnyTagClassName
{
color: #1AAAF5;
}
</style>
background-color css
<style>
a { background-color: #1AAAF5; }
a { background-color: rgb(26,170,245); }
div.DivClassName
{
background-color: #1AAAF5;
}
.BgClassName
{
background-color: #1AAAF5;
}
</style>
border-color css
<style>
span { border-color: #1AAAF5; }
span { border-color: rgb(26,170,245); }
td.TdClassName
{
border-color: #1AAAF5;
}
.TagClassName
{
border-color: #1AAAF5;
}
</style>