Shades of Dodger Blue #18A8F6
Tints of Dodger Blue #18A8F6
RGB
CMYK
RGB Variations
Color information
#18A8F6 (or 0x18A8F6) is known color: Dodger Blue. HEX triplet: 18, A8 and F6. RGB value is (24,168,246). Sum of RGB (Red+Green+Blue) = 24+168+246=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #18A8F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8F6 is #E75709. Grayscale: #858585. Windows color (decimal): -15161098 or 16164888. OLE color: 16164888.
HSL color Cylindrical-coordinate representation of color #18A8F6: hue angle of 201.08º 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 #18A8F6 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 168 | 246 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.04 |
| HSL | 201.08º | 0.93% | 0.53% | - |
| HSV(B) | 201.08º | 0.9% | 0.96% | - |
| XYZ | 31.01 | 34.85 | 92.28 | - |
| YUV | 133.84 | 191.29 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 246 | 0.90 | 0.32 | 0 | 0.04 | 201.08 | 0.93 | 0.53 |
| Hex | 18 | A8 | F6 | 5A | 20 | 0 | 4 | C9 | 5C | 35 |
| Octal | 30 | 250 | 366 | 132 | 40 | 0 | 4 | 311 | 134 | 65 |
| Binary | 11000 | 10101000 | 11110110 | 1011010 | 100000 | 0 | 100 | 11001001 | 1011100 | 110101 |
Color Harmonies of #18A8F6
Complementary color
Monochromatic Colors of #18A8F6
Black with #18A8F6
Text Example
Text Example
White with #18A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8F6; }
p { color: rgb(24,168,246); }
H1.HeaderClassName
{
color: #18A8F6;
}
.AnyTagClassName
{
color: #18A8F6;
}
</style>
background-color css
<style>
a { background-color: #18A8F6; }
a { background-color: rgb(24,168,246); }
div.DivClassName
{
background-color: #18A8F6;
}
.BgClassName
{
background-color: #18A8F6;
}
</style>
border-color css
<style>
span { border-color: #18A8F6; }
span { border-color: rgb(24,168,246); }
td.TdClassName
{
border-color: #18A8F6;
}
.TagClassName
{
border-color: #18A8F6;
}
</style>