Shades of Dodger Blue #1AACFE
Tints of Dodger Blue #1AACFE
RGB
CMYK
RGB Variations
Color information
#1AACFE (or 0x1AACFE) is known color: Dodger Blue. HEX triplet: 1A, AC and FE. RGB value is (26,172,254). Sum of RGB (Red+Green+Blue) = 26+172+254=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACFE is #E55301. Grayscale: #898989. Windows color (decimal): -15028994 or 16690202. OLE color: 16690202.
HSL color Cylindrical-coordinate representation of color #1AACFE: hue angle of 201.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AACFE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 172 | 254 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.00 |
| HSL | 201.58º | 0.99% | 0.55% | - |
| HSV(B) | 201.58º | 0.9% | 1% | - |
| XYZ | 33.07 | 36.88 | 99.14 | - |
| YUV | 137.69 | 193.63 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 254 | 0.90 | 0.32 | 0 | 0.00 | 201.58 | 0.99 | 0.55 |
| Hex | 1A | AC | FE | 5A | 20 | 0 | 0 | CA | 63 | 37 |
| Octal | 32 | 254 | 376 | 132 | 40 | 0 | 0 | 312 | 143 | 67 |
| Binary | 11010 | 10101100 | 11111110 | 1011010 | 100000 | 0 | 0 | 11001010 | 1100011 | 110111 |
Color Harmonies of #1AACFE
Complementary color
Monochromatic Colors of #1AACFE
Black with #1AACFE
Text Example
Text Example
White with #1AACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACFE; }
p { color: rgb(26,172,254); }
H1.HeaderClassName
{
color: #1AACFE;
}
.AnyTagClassName
{
color: #1AACFE;
}
</style>
background-color css
<style>
a { background-color: #1AACFE; }
a { background-color: rgb(26,172,254); }
div.DivClassName
{
background-color: #1AACFE;
}
.BgClassName
{
background-color: #1AACFE;
}
</style>
border-color css
<style>
span { border-color: #1AACFE; }
span { border-color: rgb(26,172,254); }
td.TdClassName
{
border-color: #1AACFE;
}
.TagClassName
{
border-color: #1AACFE;
}
</style>