Shades of Dodger Blue #18AAF4
Tints of Dodger Blue #18AAF4
RGB
CMYK
RGB Variations
Color information
#18AAF4 (or 0x18AAF4) is known color: Dodger Blue. HEX triplet: 18, AA and F4. RGB value is (24,170,244). Sum of RGB (Red+Green+Blue) = 24+170+244=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #18AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAF4 is #E7550B. Grayscale: #868686. Windows color (decimal): -15160588 or 16034328. OLE color: 16034328.
HSL color Cylindrical-coordinate representation of color #18AAF4: hue angle of 200.18º degrees, saturation: 0.91, 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 #18AAF4 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 170 | 244 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.04 |
| HSL | 200.18º | 0.91% | 0.53% | - |
| HSV(B) | 200.18º | 0.9% | 0.96% | - |
| XYZ | 31.08 | 35.48 | 90.8 | - |
| YUV | 134.78 | 189.63 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 244 | 0.90 | 0.30 | 0 | 0.04 | 200.18 | 0.91 | 0.53 |
| Hex | 18 | AA | F4 | 5A | 1E | 0 | 4 | C8 | 5B | 35 |
| Octal | 30 | 252 | 364 | 132 | 36 | 0 | 4 | 310 | 133 | 65 |
| Binary | 11000 | 10101010 | 11110100 | 1011010 | 11110 | 0 | 100 | 11001000 | 1011011 | 110101 |
Color Harmonies of #18AAF4
Complementary color
Monochromatic Colors of #18AAF4
Black with #18AAF4
Text Example
Text Example
White with #18AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAF4; }
p { color: rgb(24,170,244); }
H1.HeaderClassName
{
color: #18AAF4;
}
.AnyTagClassName
{
color: #18AAF4;
}
</style>
background-color css
<style>
a { background-color: #18AAF4; }
a { background-color: rgb(24,170,244); }
div.DivClassName
{
background-color: #18AAF4;
}
.BgClassName
{
background-color: #18AAF4;
}
</style>
border-color css
<style>
span { border-color: #18AAF4; }
span { border-color: rgb(24,170,244); }
td.TdClassName
{
border-color: #18AAF4;
}
.TagClassName
{
border-color: #18AAF4;
}
</style>