Shades of Dodger Blue #1AAAFC
Tints of Dodger Blue #1AAAFC
RGB
CMYK
RGB Variations
Color information
#1AAAFC (or 0x1AAAFC) is known color: Dodger Blue. HEX triplet: 1A, AA and FC. RGB value is (26,170,252). Sum of RGB (Red+Green+Blue) = 26+170+252=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAFC is #E55503. Grayscale: #878787. Windows color (decimal): -15029508 or 16558618. OLE color: 16558618.
HSL color Cylindrical-coordinate representation of color #1AAAFC: hue angle of 201.77º degrees, saturation: 0.97, 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 #1AAAFC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 170 | 252 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.01 |
| HSL | 201.77º | 0.97% | 0.55% | - |
| HSV(B) | 201.77º | 0.9% | 0.99% | - |
| XYZ | 32.37 | 36 | 97.34 | - |
| YUV | 136.29 | 193.29 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 252 | 0.90 | 0.33 | 0 | 0.01 | 201.77 | 0.97 | 0.55 |
| Hex | 1A | AA | FC | 5A | 21 | 0 | 1 | CA | 61 | 37 |
| Octal | 32 | 252 | 374 | 132 | 41 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11010 | 10101010 | 11111100 | 1011010 | 100001 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1AAAFC
Complementary color
Monochromatic Colors of #1AAAFC
Black with #1AAAFC
Text Example
Text Example
White with #1AAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAFC; }
p { color: rgb(26,170,252); }
H1.HeaderClassName
{
color: #1AAAFC;
}
.AnyTagClassName
{
color: #1AAAFC;
}
</style>
background-color css
<style>
a { background-color: #1AAAFC; }
a { background-color: rgb(26,170,252); }
div.DivClassName
{
background-color: #1AAAFC;
}
.BgClassName
{
background-color: #1AAAFC;
}
</style>
border-color css
<style>
span { border-color: #1AAAFC; }
span { border-color: rgb(26,170,252); }
td.TdClassName
{
border-color: #1AAAFC;
}
.TagClassName
{
border-color: #1AAAFC;
}
</style>