Shades of Dodger Blue #18A8F9
Tints of Dodger Blue #18A8F9
RGB
CMYK
RGB Variations
Color information
#18A8F9 (or 0x18A8F9) is known color: Dodger Blue. HEX triplet: 18, A8 and F9. RGB value is (24,168,249). Sum of RGB (Red+Green+Blue) = 24+168+249=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #18A8F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8F9 is #E75706. Grayscale: #858585. Windows color (decimal): -15161095 or 16361496. OLE color: 16361496.
HSL color Cylindrical-coordinate representation of color #18A8F9: hue angle of 201.6º 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 #18A8F9 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 168 | 249 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.02 |
| HSL | 201.6º | 0.95% | 0.54% | - |
| HSV(B) | 201.6º | 0.9% | 0.98% | - |
| XYZ | 31.48 | 35.04 | 94.73 | - |
| YUV | 134.18 | 192.79 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 249 | 0.90 | 0.33 | 0 | 0.02 | 201.6 | 0.95 | 0.54 |
| Hex | 18 | A8 | F9 | 5A | 21 | 0 | 2 | CA | 5F | 36 |
| Octal | 30 | 250 | 371 | 132 | 41 | 0 | 2 | 312 | 137 | 66 |
| Binary | 11000 | 10101000 | 11111001 | 1011010 | 100001 | 0 | 10 | 11001010 | 1011111 | 110110 |
Color Harmonies of #18A8F9
Complementary color
Monochromatic Colors of #18A8F9
Black with #18A8F9
Text Example
Text Example
White with #18A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8F9; }
p { color: rgb(24,168,249); }
H1.HeaderClassName
{
color: #18A8F9;
}
.AnyTagClassName
{
color: #18A8F9;
}
</style>
background-color css
<style>
a { background-color: #18A8F9; }
a { background-color: rgb(24,168,249); }
div.DivClassName
{
background-color: #18A8F9;
}
.BgClassName
{
background-color: #18A8F9;
}
</style>
border-color css
<style>
span { border-color: #18A8F9; }
span { border-color: rgb(24,168,249); }
td.TdClassName
{
border-color: #18A8F9;
}
.TagClassName
{
border-color: #18A8F9;
}
</style>