Shades of Dodger Blue #18A8FA
Tints of Dodger Blue #18A8FA
RGB
CMYK
RGB Variations
Color information
#18A8FA (or 0x18A8FA) is known color: Dodger Blue. HEX triplet: 18, A8 and FA. RGB value is (24,168,250). Sum of RGB (Red+Green+Blue) = 24+168+250=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #18A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8FA is #E75705. Grayscale: #858585. Windows color (decimal): -15161094 or 16427032. OLE color: 16427032.
HSL color Cylindrical-coordinate representation of color #18A8FA: hue angle of 201.77º degrees, saturation: 0.96, 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 #18A8FA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 168 | 250 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.02 |
| HSL | 201.77º | 0.96% | 0.54% | - |
| HSV(B) | 201.77º | 0.9% | 0.98% | - |
| XYZ | 31.63 | 35.1 | 95.55 | - |
| YUV | 134.29 | 193.29 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 250 | 0.90 | 0.33 | 0 | 0.02 | 201.77 | 0.96 | 0.54 |
| Hex | 18 | A8 | FA | 5A | 21 | 0 | 2 | CA | 60 | 36 |
| Octal | 30 | 250 | 372 | 132 | 41 | 0 | 2 | 312 | 140 | 66 |
| Binary | 11000 | 10101000 | 11111010 | 1011010 | 100001 | 0 | 10 | 11001010 | 1100000 | 110110 |
Color Harmonies of #18A8FA
Complementary color
Monochromatic Colors of #18A8FA
Black with #18A8FA
Text Example
Text Example
White with #18A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8FA; }
p { color: rgb(24,168,250); }
H1.HeaderClassName
{
color: #18A8FA;
}
.AnyTagClassName
{
color: #18A8FA;
}
</style>
background-color css
<style>
a { background-color: #18A8FA; }
a { background-color: rgb(24,168,250); }
div.DivClassName
{
background-color: #18A8FA;
}
.BgClassName
{
background-color: #18A8FA;
}
</style>
border-color css
<style>
span { border-color: #18A8FA; }
span { border-color: rgb(24,168,250); }
td.TdClassName
{
border-color: #18A8FA;
}
.TagClassName
{
border-color: #18A8FA;
}
</style>