Shades of Dodger Blue #18AAF7
Tints of Dodger Blue #18AAF7
RGB
CMYK
RGB Variations
Color information
#18AAF7 (or 0x18AAF7) is known color: Dodger Blue. HEX triplet: 18, AA and F7. RGB value is (24,170,247). Sum of RGB (Red+Green+Blue) = 24+170+247=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #18AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAF7 is #E75508. Grayscale: #868686. Windows color (decimal): -15160585 or 16230936. OLE color: 16230936.
HSL color Cylindrical-coordinate representation of color #18AAF7: hue angle of 200.72º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AAF7 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 170 | 247 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.03 |
| HSL | 200.72º | 0.93% | 0.53% | - |
| HSV(B) | 200.72º | 0.9% | 0.97% | - |
| XYZ | 31.54 | 35.66 | 93.22 | - |
| YUV | 135.12 | 191.13 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 247 | 0.90 | 0.31 | 0 | 0.03 | 200.72 | 0.93 | 0.53 |
| Hex | 18 | AA | F7 | 5A | 1F | 0 | 3 | C9 | 5D | 35 |
| Octal | 30 | 252 | 367 | 132 | 37 | 0 | 3 | 311 | 135 | 65 |
| Binary | 11000 | 10101010 | 11110111 | 1011010 | 11111 | 0 | 11 | 11001001 | 1011101 | 110101 |
Color Harmonies of #18AAF7
Complementary color
Monochromatic Colors of #18AAF7
Black with #18AAF7
Text Example
Text Example
White with #18AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAF7; }
p { color: rgb(24,170,247); }
H1.HeaderClassName
{
color: #18AAF7;
}
.AnyTagClassName
{
color: #18AAF7;
}
</style>
background-color css
<style>
a { background-color: #18AAF7; }
a { background-color: rgb(24,170,247); }
div.DivClassName
{
background-color: #18AAF7;
}
.BgClassName
{
background-color: #18AAF7;
}
</style>
border-color css
<style>
span { border-color: #18AAF7; }
span { border-color: rgb(24,170,247); }
td.TdClassName
{
border-color: #18AAF7;
}
.TagClassName
{
border-color: #18AAF7;
}
</style>