Shades of Dodger Blue #18A3EA
Tints of Dodger Blue #18A3EA
RGB
CMYK
RGB Variations
Color information
#18A3EA (or 0x18A3EA) is known color: Dodger Blue. HEX triplet: 18, A3 and EA. RGB value is (24,163,234). Sum of RGB (Red+Green+Blue) = 24+163+234=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #18A3EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3EA is #E75C15. Grayscale: #818181. Windows color (decimal): -15162390 or 15377176. OLE color: 15377176.
HSL color Cylindrical-coordinate representation of color #18A3EA: hue angle of 200.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A3EA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 163 | 234 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.08 |
| HSL | 200.29º | 0.83% | 0.51% | - |
| HSV(B) | 200.29º | 0.9% | 0.92% | - |
| XYZ | 28.33 | 32.33 | 82.59 | - |
| YUV | 129.53 | 186.95 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 234 | 0.90 | 0.30 | 0 | 0.08 | 200.29 | 0.83 | 0.51 |
| Hex | 18 | A3 | EA | 5A | 1E | 0 | 8 | C8 | 53 | 33 |
| Octal | 30 | 243 | 352 | 132 | 36 | 0 | 10 | 310 | 123 | 63 |
| Binary | 11000 | 10100011 | 11101010 | 1011010 | 11110 | 0 | 1000 | 11001000 | 1010011 | 110011 |
Color Harmonies of #18A3EA
Complementary color
Monochromatic Colors of #18A3EA
Black with #18A3EA
Text Example
Text Example
White with #18A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3EA; }
p { color: rgb(24,163,234); }
H1.HeaderClassName
{
color: #18A3EA;
}
.AnyTagClassName
{
color: #18A3EA;
}
</style>
background-color css
<style>
a { background-color: #18A3EA; }
a { background-color: rgb(24,163,234); }
div.DivClassName
{
background-color: #18A3EA;
}
.BgClassName
{
background-color: #18A3EA;
}
</style>
border-color css
<style>
span { border-color: #18A3EA; }
span { border-color: rgb(24,163,234); }
td.TdClassName
{
border-color: #18A3EA;
}
.TagClassName
{
border-color: #18A3EA;
}
</style>