Shades of Dodger Blue #1AAAFE
Tints of Dodger Blue #1AAAFE
RGB
CMYK
RGB Variations
Color information
#1AAAFE (or 0x1AAAFE) is known color: Dodger Blue. HEX triplet: 1A, AA and FE. RGB value is (26,170,254). Sum of RGB (Red+Green+Blue) = 26+170+254=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAFE is #E55501. Grayscale: #888888. Windows color (decimal): -15029506 or 16689690. OLE color: 16689690.
HSL color Cylindrical-coordinate representation of color #1AAAFE: hue angle of 202.11º 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 #1AAAFE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 170 | 254 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.00 |
| HSL | 202.11º | 0.99% | 0.55% | - |
| HSV(B) | 202.11º | 0.9% | 1% | - |
| XYZ | 32.69 | 36.12 | 99.02 | - |
| YUV | 136.52 | 194.29 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 254 | 0.90 | 0.33 | 0 | 0.00 | 202.11 | 0.99 | 0.55 |
| Hex | 1A | AA | FE | 5A | 21 | 0 | 0 | CA | 63 | 37 |
| Octal | 32 | 252 | 376 | 132 | 41 | 0 | 0 | 312 | 143 | 67 |
| Binary | 11010 | 10101010 | 11111110 | 1011010 | 100001 | 0 | 0 | 11001010 | 1100011 | 110111 |
Color Harmonies of #1AAAFE
Complementary color
Monochromatic Colors of #1AAAFE
Black with #1AAAFE
Text Example
Text Example
White with #1AAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAFE; }
p { color: rgb(26,170,254); }
H1.HeaderClassName
{
color: #1AAAFE;
}
.AnyTagClassName
{
color: #1AAAFE;
}
</style>
background-color css
<style>
a { background-color: #1AAAFE; }
a { background-color: rgb(26,170,254); }
div.DivClassName
{
background-color: #1AAAFE;
}
.BgClassName
{
background-color: #1AAAFE;
}
</style>
border-color css
<style>
span { border-color: #1AAAFE; }
span { border-color: rgb(26,170,254); }
td.TdClassName
{
border-color: #1AAAFE;
}
.TagClassName
{
border-color: #1AAAFE;
}
</style>