Shades of Dodger Blue #1AA8F3
Tints of Dodger Blue #1AA8F3
RGB
CMYK
RGB Variations
Color information
#1AA8F3 (or 0x1AA8F3) is known color: Dodger Blue. HEX triplet: 1A, A8 and F3. RGB value is (26,168,243). Sum of RGB (Red+Green+Blue) = 26+168+243=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #1AA8F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8F3 is #E5570C. Grayscale: #858585. Windows color (decimal): -15030029 or 15968282. OLE color: 15968282.
HSL color Cylindrical-coordinate representation of color #1AA8F3: hue angle of 200.74º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA8F3 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 168 | 243 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.05 |
| HSL | 200.74º | 0.9% | 0.53% | - |
| HSV(B) | 200.74º | 0.89% | 0.95% | - |
| XYZ | 30.61 | 34.7 | 89.88 | - |
| YUV | 134.09 | 189.46 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 243 | 0.89 | 0.31 | 0 | 0.05 | 200.74 | 0.9 | 0.53 |
| Hex | 1A | A8 | F3 | 59 | 1F | 0 | 5 | C9 | 5A | 35 |
| Octal | 32 | 250 | 363 | 131 | 37 | 0 | 5 | 311 | 132 | 65 |
| Binary | 11010 | 10101000 | 11110011 | 1011001 | 11111 | 0 | 101 | 11001001 | 1011010 | 110101 |
Color Harmonies of #1AA8F3
Complementary color
Monochromatic Colors of #1AA8F3
Black with #1AA8F3
Text Example
Text Example
White with #1AA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8F3; }
p { color: rgb(26,168,243); }
H1.HeaderClassName
{
color: #1AA8F3;
}
.AnyTagClassName
{
color: #1AA8F3;
}
</style>
background-color css
<style>
a { background-color: #1AA8F3; }
a { background-color: rgb(26,168,243); }
div.DivClassName
{
background-color: #1AA8F3;
}
.BgClassName
{
background-color: #1AA8F3;
}
</style>
border-color css
<style>
span { border-color: #1AA8F3; }
span { border-color: rgb(26,168,243); }
td.TdClassName
{
border-color: #1AA8F3;
}
.TagClassName
{
border-color: #1AA8F3;
}
</style>