Shades of Dodger Blue #18AAF8
Tints of Dodger Blue #18AAF8
RGB
CMYK
RGB Variations
Color information
#18AAF8 (or 0x18AAF8) is known color: Dodger Blue. HEX triplet: 18, AA and F8. RGB value is (24,170,248). Sum of RGB (Red+Green+Blue) = 24+170+248=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #18AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAF8 is #E75507. Grayscale: #868686. Windows color (decimal): -15160584 or 16296472. OLE color: 16296472.
HSL color Cylindrical-coordinate representation of color #18AAF8: hue angle of 200.89º degrees, saturation: 0.94, 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 #18AAF8 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 170 | 248 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.03 |
| HSL | 200.89º | 0.94% | 0.53% | - |
| HSV(B) | 200.89º | 0.9% | 0.97% | - |
| XYZ | 31.69 | 35.72 | 94.03 | - |
| YUV | 135.24 | 191.63 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 248 | 0.90 | 0.31 | 0 | 0.03 | 200.89 | 0.94 | 0.53 |
| Hex | 18 | AA | F8 | 5A | 1F | 0 | 3 | C9 | 5E | 35 |
| Octal | 30 | 252 | 370 | 132 | 37 | 0 | 3 | 311 | 136 | 65 |
| Binary | 11000 | 10101010 | 11111000 | 1011010 | 11111 | 0 | 11 | 11001001 | 1011110 | 110101 |
Color Harmonies of #18AAF8
Complementary color
Monochromatic Colors of #18AAF8
Black with #18AAF8
Text Example
Text Example
White with #18AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAF8; }
p { color: rgb(24,170,248); }
H1.HeaderClassName
{
color: #18AAF8;
}
.AnyTagClassName
{
color: #18AAF8;
}
</style>
background-color css
<style>
a { background-color: #18AAF8; }
a { background-color: rgb(24,170,248); }
div.DivClassName
{
background-color: #18AAF8;
}
.BgClassName
{
background-color: #18AAF8;
}
</style>
border-color css
<style>
span { border-color: #18AAF8; }
span { border-color: rgb(24,170,248); }
td.TdClassName
{
border-color: #18AAF8;
}
.TagClassName
{
border-color: #18AAF8;
}
</style>