Shades of Dodger Blue #1AA2FD
Tints of Dodger Blue #1AA2FD
RGB
CMYK
RGB Variations
Color information
#1AA2FD (or 0x1AA2FD) is known color: Dodger Blue. HEX triplet: 1A, A2 and FD. RGB value is (26,162,253). Sum of RGB (Red+Green+Blue) = 26+162+253=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AA2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA2FD is #E55D02. Grayscale: #838383. Windows color (decimal): -15031555 or 16622106. OLE color: 16622106.
HSL color Cylindrical-coordinate representation of color #1AA2FD: hue angle of 204.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AA2FD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 162 | 253 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.01 |
| HSL | 204.05º | 0.98% | 0.55% | - |
| HSV(B) | 204.05º | 0.9% | 0.99% | - |
| XYZ | 31.08 | 33.15 | 97.69 | - |
| YUV | 131.71 | 196.44 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 162 | 253 | 0.90 | 0.36 | 0 | 0.01 | 204.05 | 0.98 | 0.55 |
| Hex | 1A | A2 | FD | 5A | 24 | 0 | 1 | CC | 62 | 37 |
| Octal | 32 | 242 | 375 | 132 | 44 | 0 | 1 | 314 | 142 | 67 |
| Binary | 11010 | 10100010 | 11111101 | 1011010 | 100100 | 0 | 1 | 11001100 | 1100010 | 110111 |
Color Harmonies of #1AA2FD
Complementary color
Monochromatic Colors of #1AA2FD
Black with #1AA2FD
Text Example
Text Example
White with #1AA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA2FD; }
p { color: rgb(26,162,253); }
H1.HeaderClassName
{
color: #1AA2FD;
}
.AnyTagClassName
{
color: #1AA2FD;
}
</style>
background-color css
<style>
a { background-color: #1AA2FD; }
a { background-color: rgb(26,162,253); }
div.DivClassName
{
background-color: #1AA2FD;
}
.BgClassName
{
background-color: #1AA2FD;
}
</style>
border-color css
<style>
span { border-color: #1AA2FD; }
span { border-color: rgb(26,162,253); }
td.TdClassName
{
border-color: #1AA2FD;
}
.TagClassName
{
border-color: #1AA2FD;
}
</style>