Shades of Dodger Blue #18A2EA
Tints of Dodger Blue #18A2EA
RGB
CMYK
RGB Variations
Color information
#18A2EA (or 0x18A2EA) is known color: Dodger Blue. HEX triplet: 18, A2 and EA. RGB value is (24,162,234). Sum of RGB (Red+Green+Blue) = 24+162+234=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #18A2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2EA is #E75D15. Grayscale: #808080. Windows color (decimal): -15162646 or 15376920. OLE color: 15376920.
HSL color Cylindrical-coordinate representation of color #18A2EA: hue angle of 200.57º 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 #18A2EA is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 162 | 234 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.08 |
| HSL | 200.57º | 0.83% | 0.51% | - |
| HSV(B) | 200.57º | 0.9% | 0.92% | - |
| XYZ | 28.15 | 31.98 | 82.53 | - |
| YUV | 128.95 | 187.28 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 234 | 0.90 | 0.31 | 0 | 0.08 | 200.57 | 0.83 | 0.51 |
| Hex | 18 | A2 | EA | 5A | 1F | 0 | 8 | C9 | 53 | 33 |
| Octal | 30 | 242 | 352 | 132 | 37 | 0 | 10 | 311 | 123 | 63 |
| Binary | 11000 | 10100010 | 11101010 | 1011010 | 11111 | 0 | 1000 | 11001001 | 1010011 | 110011 |
Color Harmonies of #18A2EA
Complementary color
Monochromatic Colors of #18A2EA
Black with #18A2EA
Text Example
Text Example
White with #18A2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2EA; }
p { color: rgb(24,162,234); }
H1.HeaderClassName
{
color: #18A2EA;
}
.AnyTagClassName
{
color: #18A2EA;
}
</style>
background-color css
<style>
a { background-color: #18A2EA; }
a { background-color: rgb(24,162,234); }
div.DivClassName
{
background-color: #18A2EA;
}
.BgClassName
{
background-color: #18A2EA;
}
</style>
border-color css
<style>
span { border-color: #18A2EA; }
span { border-color: rgb(24,162,234); }
td.TdClassName
{
border-color: #18A2EA;
}
.TagClassName
{
border-color: #18A2EA;
}
</style>