Shades of Dodger Blue #1AA5FF
Tints of Dodger Blue #1AA5FF
RGB
CMYK
RGB Variations
Color information
#1AA5FF (or 0x1AA5FF) is known color: Dodger Blue. HEX triplet: 1A, A5 and FF. RGB value is (26,165,255). Sum of RGB (Red+Green+Blue) = 26+165+255=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AA5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA5FF is #E55A00. Grayscale: #858585. Windows color (decimal): -15030785 or 16753946. OLE color: 16753946.
HSL color Cylindrical-coordinate representation of color #1AA5FF: hue angle of 203.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AA5FF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 165 | 255 | - |
| CMYK | 0.90 | 0.35 | 0 | 0 |
| HSL | 203.58º | 1% | 0.55% | - |
| HSV(B) | 203.58º | 0.9% | 1% | - |
| XYZ | 31.93 | 34.35 | 99.55 | - |
| YUV | 133.7 | 196.45 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 255 | 0.90 | 0.35 | 0 | 0 | 203.58 | 1 | 0.55 |
| Hex | 1A | A5 | FF | 5A | 23 | 0 | 0 | CC | 64 | 37 |
| Octal | 32 | 245 | 377 | 132 | 43 | 0 | 0 | 314 | 144 | 67 |
| Binary | 11010 | 10100101 | 11111111 | 1011010 | 100011 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #1AA5FF
Complementary color
Monochromatic Colors of #1AA5FF
Black with #1AA5FF
Text Example
Text Example
White with #1AA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA5FF; }
p { color: rgb(26,165,255); }
H1.HeaderClassName
{
color: #1AA5FF;
}
.AnyTagClassName
{
color: #1AA5FF;
}
</style>
background-color css
<style>
a { background-color: #1AA5FF; }
a { background-color: rgb(26,165,255); }
div.DivClassName
{
background-color: #1AA5FF;
}
.BgClassName
{
background-color: #1AA5FF;
}
</style>
border-color css
<style>
span { border-color: #1AA5FF; }
span { border-color: rgb(26,165,255); }
td.TdClassName
{
border-color: #1AA5FF;
}
.TagClassName
{
border-color: #1AA5FF;
}
</style>