Shades of Dodger Blue #1AADFF
Tints of Dodger Blue #1AADFF
RGB
CMYK
RGB Variations
Color information
#1AADFF (or 0x1AADFF) is known color: Dodger Blue. HEX triplet: 1A, AD and FF. RGB value is (26,173,255). Sum of RGB (Red+Green+Blue) = 26+173+255=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AADFF is #E55200. Grayscale: #898989. Windows color (decimal): -15028737 or 16755994. OLE color: 16755994.
HSL color Cylindrical-coordinate representation of color #1AADFF: hue angle of 201.48º 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 #1AADFF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 173 | 255 | - |
| CMYK | 0.90 | 0.32 | 0 | 0 |
| HSL | 201.48º | 1% | 0.55% | - |
| HSV(B) | 201.48º | 0.9% | 1% | - |
| XYZ | 33.42 | 37.33 | 100.05 | - |
| YUV | 138.4 | 193.8 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 255 | 0.90 | 0.32 | 0 | 0 | 201.48 | 1 | 0.55 |
| Hex | 1A | AD | FF | 5A | 20 | 0 | 0 | C9 | 64 | 37 |
| Octal | 32 | 255 | 377 | 132 | 40 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11010 | 10101101 | 11111111 | 1011010 | 100000 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #1AADFF
Complementary color
Monochromatic Colors of #1AADFF
Black with #1AADFF
Text Example
Text Example
White with #1AADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADFF; }
p { color: rgb(26,173,255); }
H1.HeaderClassName
{
color: #1AADFF;
}
.AnyTagClassName
{
color: #1AADFF;
}
</style>
background-color css
<style>
a { background-color: #1AADFF; }
a { background-color: rgb(26,173,255); }
div.DivClassName
{
background-color: #1AADFF;
}
.BgClassName
{
background-color: #1AADFF;
}
</style>
border-color css
<style>
span { border-color: #1AADFF; }
span { border-color: rgb(26,173,255); }
td.TdClassName
{
border-color: #1AADFF;
}
.TagClassName
{
border-color: #1AADFF;
}
</style>