Shades of Dodger Blue #1AA8FD
Tints of Dodger Blue #1AA8FD
RGB
CMYK
RGB Variations
Color information
#1AA8FD (or 0x1AA8FD) is known color: Dodger Blue. HEX triplet: 1A, A8 and FD. RGB value is (26,168,253). Sum of RGB (Red+Green+Blue) = 26+168+253=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AA8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8FD is #E55702. Grayscale: #868686. Windows color (decimal): -15030019 or 16623642. OLE color: 16623642.
HSL color Cylindrical-coordinate representation of color #1AA8FD: hue angle of 202.47º 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 #1AA8FD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 168 | 253 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.01 |
| HSL | 202.47º | 0.98% | 0.55% | - |
| HSV(B) | 202.47º | 0.9% | 0.99% | - |
| XYZ | 32.16 | 35.32 | 98.05 | - |
| YUV | 135.23 | 194.46 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 253 | 0.90 | 0.34 | 0 | 0.01 | 202.47 | 0.98 | 0.55 |
| Hex | 1A | A8 | FD | 5A | 22 | 0 | 1 | CA | 62 | 37 |
| Octal | 32 | 250 | 375 | 132 | 42 | 0 | 1 | 312 | 142 | 67 |
| Binary | 11010 | 10101000 | 11111101 | 1011010 | 100010 | 0 | 1 | 11001010 | 1100010 | 110111 |
Color Harmonies of #1AA8FD
Complementary color
Monochromatic Colors of #1AA8FD
Black with #1AA8FD
Text Example
Text Example
White with #1AA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8FD; }
p { color: rgb(26,168,253); }
H1.HeaderClassName
{
color: #1AA8FD;
}
.AnyTagClassName
{
color: #1AA8FD;
}
</style>
background-color css
<style>
a { background-color: #1AA8FD; }
a { background-color: rgb(26,168,253); }
div.DivClassName
{
background-color: #1AA8FD;
}
.BgClassName
{
background-color: #1AA8FD;
}
</style>
border-color css
<style>
span { border-color: #1AA8FD; }
span { border-color: rgb(26,168,253); }
td.TdClassName
{
border-color: #1AA8FD;
}
.TagClassName
{
border-color: #1AA8FD;
}
</style>