Shades of Dodger Blue #18A9F9
Tints of Dodger Blue #18A9F9
RGB
CMYK
RGB Variations
Color information
#18A9F9 (or 0x18A9F9) is known color: Dodger Blue. HEX triplet: 18, A9 and F9. RGB value is (24,169,249). Sum of RGB (Red+Green+Blue) = 24+169+249=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #18A9F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A9F9 is #E75606. Grayscale: #868686. Windows color (decimal): -15160839 or 16361752. OLE color: 16361752.
HSL color Cylindrical-coordinate representation of color #18A9F9: hue angle of 201.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A9F9 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 169 | 249 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.02 |
| HSL | 201.33º | 0.95% | 0.54% | - |
| HSV(B) | 201.33º | 0.9% | 0.98% | - |
| XYZ | 31.66 | 35.41 | 94.79 | - |
| YUV | 134.77 | 192.46 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 249 | 0.90 | 0.32 | 0 | 0.02 | 201.33 | 0.95 | 0.54 |
| Hex | 18 | A9 | F9 | 5A | 20 | 0 | 2 | C9 | 5F | 36 |
| Octal | 30 | 251 | 371 | 132 | 40 | 0 | 2 | 311 | 137 | 66 |
| Binary | 11000 | 10101001 | 11111001 | 1011010 | 100000 | 0 | 10 | 11001001 | 1011111 | 110110 |
Color Harmonies of #18A9F9
Complementary color
Monochromatic Colors of #18A9F9
Black with #18A9F9
Text Example
Text Example
White with #18A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A9F9; }
p { color: rgb(24,169,249); }
H1.HeaderClassName
{
color: #18A9F9;
}
.AnyTagClassName
{
color: #18A9F9;
}
</style>
background-color css
<style>
a { background-color: #18A9F9; }
a { background-color: rgb(24,169,249); }
div.DivClassName
{
background-color: #18A9F9;
}
.BgClassName
{
background-color: #18A9F9;
}
</style>
border-color css
<style>
span { border-color: #18A9F9; }
span { border-color: rgb(24,169,249); }
td.TdClassName
{
border-color: #18A9F9;
}
.TagClassName
{
border-color: #18A9F9;
}
</style>