Shades of Dodger Blue #18AAF6
Tints of Dodger Blue #18AAF6
RGB
CMYK
RGB Variations
Color information
#18AAF6 (or 0x18AAF6) is known color: Dodger Blue. HEX triplet: 18, AA and F6. RGB value is (24,170,246). Sum of RGB (Red+Green+Blue) = 24+170+246=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #18AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAF6 is #E75509. Grayscale: #868686. Windows color (decimal): -15160586 or 16165400. OLE color: 16165400.
HSL color Cylindrical-coordinate representation of color #18AAF6: hue angle of 200.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AAF6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 170 | 246 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.04 |
| HSL | 200.54º | 0.93% | 0.53% | - |
| HSV(B) | 200.54º | 0.9% | 0.96% | - |
| XYZ | 31.39 | 35.6 | 92.41 | - |
| YUV | 135.01 | 190.63 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 246 | 0.90 | 0.31 | 0 | 0.04 | 200.54 | 0.93 | 0.53 |
| Hex | 18 | AA | F6 | 5A | 1F | 0 | 4 | C9 | 5C | 35 |
| Octal | 30 | 252 | 366 | 132 | 37 | 0 | 4 | 311 | 134 | 65 |
| Binary | 11000 | 10101010 | 11110110 | 1011010 | 11111 | 0 | 100 | 11001001 | 1011100 | 110101 |
Color Harmonies of #18AAF6
Complementary color
Monochromatic Colors of #18AAF6
Black with #18AAF6
Text Example
Text Example
White with #18AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAF6; }
p { color: rgb(24,170,246); }
H1.HeaderClassName
{
color: #18AAF6;
}
.AnyTagClassName
{
color: #18AAF6;
}
</style>
background-color css
<style>
a { background-color: #18AAF6; }
a { background-color: rgb(24,170,246); }
div.DivClassName
{
background-color: #18AAF6;
}
.BgClassName
{
background-color: #18AAF6;
}
</style>
border-color css
<style>
span { border-color: #18AAF6; }
span { border-color: rgb(24,170,246); }
td.TdClassName
{
border-color: #18AAF6;
}
.TagClassName
{
border-color: #18AAF6;
}
</style>