Shades of Dodger Blue #18A9FF
Tints of Dodger Blue #18A9FF
RGB
CMYK
RGB Variations
Color information
#18A9FF (or 0x18A9FF) is known color: Dodger Blue. HEX triplet: 18, A9 and FF. RGB value is (24,169,255). Sum of RGB (Red+Green+Blue) = 24+169+255=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #18A9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A9FF is #E75600. Grayscale: #868686. Windows color (decimal): -15160833 or 16754968. OLE color: 16754968.
HSL color Cylindrical-coordinate representation of color #18A9FF: hue angle of 202.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18A9FF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 169 | 255 | - |
| CMYK | 0.91 | 0.34 | 0 | 0 |
| HSL | 202.34º | 1% | 0.55% | - |
| HSV(B) | 202.34º | 0.91% | 1% | - |
| XYZ | 32.61 | 35.79 | 99.8 | - |
| YUV | 135.45 | 195.46 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 255 | 0.91 | 0.34 | 0 | 0 | 202.34 | 1 | 0.55 |
| Hex | 18 | A9 | FF | 5B | 22 | 0 | 0 | CA | 64 | 37 |
| Octal | 30 | 251 | 377 | 133 | 42 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11000 | 10101001 | 11111111 | 1011011 | 100010 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #18A9FF
Complementary color
Monochromatic Colors of #18A9FF
Black with #18A9FF
Text Example
Text Example
White with #18A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A9FF; }
p { color: rgb(24,169,255); }
H1.HeaderClassName
{
color: #18A9FF;
}
.AnyTagClassName
{
color: #18A9FF;
}
</style>
background-color css
<style>
a { background-color: #18A9FF; }
a { background-color: rgb(24,169,255); }
div.DivClassName
{
background-color: #18A9FF;
}
.BgClassName
{
background-color: #18A9FF;
}
</style>
border-color css
<style>
span { border-color: #18A9FF; }
span { border-color: rgb(24,169,255); }
td.TdClassName
{
border-color: #18A9FF;
}
.TagClassName
{
border-color: #18A9FF;
}
</style>