Shades of Dodger Blue #1AACF4
Tints of Dodger Blue #1AACF4
RGB
CMYK
RGB Variations
Color information
#1AACF4 (or 0x1AACF4) is known color: Dodger Blue. HEX triplet: 1A, AC and F4. RGB value is (26,172,244). Sum of RGB (Red+Green+Blue) = 26+172+244=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #1AACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACF4 is #E5530B. Grayscale: #888888. Windows color (decimal): -15029004 or 16034842. OLE color: 16034842.
HSL color Cylindrical-coordinate representation of color #1AACF4: hue angle of 199.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AACF4 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 172 | 244 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.04 |
| HSL | 199.82º | 0.91% | 0.53% | - |
| HSV(B) | 199.82º | 0.89% | 0.96% | - |
| XYZ | 31.51 | 36.26 | 90.93 | - |
| YUV | 136.55 | 188.63 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 244 | 0.89 | 0.30 | 0 | 0.04 | 199.82 | 0.91 | 0.53 |
| Hex | 1A | AC | F4 | 59 | 1E | 0 | 4 | C8 | 5B | 35 |
| Octal | 32 | 254 | 364 | 131 | 36 | 0 | 4 | 310 | 133 | 65 |
| Binary | 11010 | 10101100 | 11110100 | 1011001 | 11110 | 0 | 100 | 11001000 | 1011011 | 110101 |
Color Harmonies of #1AACF4
Complementary color
Monochromatic Colors of #1AACF4
Black with #1AACF4
Text Example
Text Example
White with #1AACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACF4; }
p { color: rgb(26,172,244); }
H1.HeaderClassName
{
color: #1AACF4;
}
.AnyTagClassName
{
color: #1AACF4;
}
</style>
background-color css
<style>
a { background-color: #1AACF4; }
a { background-color: rgb(26,172,244); }
div.DivClassName
{
background-color: #1AACF4;
}
.BgClassName
{
background-color: #1AACF4;
}
</style>
border-color css
<style>
span { border-color: #1AACF4; }
span { border-color: rgb(26,172,244); }
td.TdClassName
{
border-color: #1AACF4;
}
.TagClassName
{
border-color: #1AACF4;
}
</style>