Shades of Dodger Blue #1AACFF
Tints of Dodger Blue #1AACFF
RGB
CMYK
RGB Variations
Color information
#1AACFF (or 0x1AACFF) is known color: Dodger Blue. HEX triplet: 1A, AC and FF. RGB value is (26,172,255). Sum of RGB (Red+Green+Blue) = 26+172+255=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACFF is #E55300. Grayscale: #898989. Windows color (decimal): -15028993 or 16755738. OLE color: 16755738.
HSL color Cylindrical-coordinate representation of color #1AACFF: hue angle of 201.75º 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 #1AACFF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 172 | 255 | - |
| CMYK | 0.90 | 0.33 | 0 | 0 |
| HSL | 201.75º | 1% | 0.55% | - |
| HSV(B) | 201.75º | 0.9% | 1% | - |
| XYZ | 33.23 | 36.94 | 99.99 | - |
| YUV | 137.81 | 194.13 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 255 | 0.90 | 0.33 | 0 | 0 | 201.75 | 1 | 0.55 |
| Hex | 1A | AC | FF | 5A | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 32 | 254 | 377 | 132 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11010 | 10101100 | 11111111 | 1011010 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #1AACFF
Complementary color
Monochromatic Colors of #1AACFF
Black with #1AACFF
Text Example
Text Example
White with #1AACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACFF; }
p { color: rgb(26,172,255); }
H1.HeaderClassName
{
color: #1AACFF;
}
.AnyTagClassName
{
color: #1AACFF;
}
</style>
background-color css
<style>
a { background-color: #1AACFF; }
a { background-color: rgb(26,172,255); }
div.DivClassName
{
background-color: #1AACFF;
}
.BgClassName
{
background-color: #1AACFF;
}
</style>
border-color css
<style>
span { border-color: #1AACFF; }
span { border-color: rgb(26,172,255); }
td.TdClassName
{
border-color: #1AACFF;
}
.TagClassName
{
border-color: #1AACFF;
}
</style>