Shades of Dodger Blue #18A2EE
Tints of Dodger Blue #18A2EE
RGB
CMYK
RGB Variations
Color information
#18A2EE (or 0x18A2EE) is known color: Dodger Blue. HEX triplet: 18, A2 and EE. RGB value is (24,162,238). Sum of RGB (Red+Green+Blue) = 24+162+238=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #18A2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2EE is #E75D11. Grayscale: #808080. Windows color (decimal): -15162642 or 15639064. OLE color: 15639064.
HSL color Cylindrical-coordinate representation of color #18A2EE: hue angle of 201.31º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A2EE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 162 | 238 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.07 |
| HSL | 201.31º | 0.86% | 0.51% | - |
| HSV(B) | 201.31º | 0.9% | 0.93% | - |
| XYZ | 28.73 | 32.21 | 85.59 | - |
| YUV | 129.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 238 | 0.90 | 0.32 | 0 | 0.07 | 201.31 | 0.86 | 0.51 |
| Hex | 18 | A2 | EE | 5A | 20 | 0 | 7 | C9 | 56 | 33 |
| Octal | 30 | 242 | 356 | 132 | 40 | 0 | 7 | 311 | 126 | 63 |
| Binary | 11000 | 10100010 | 11101110 | 1011010 | 100000 | 0 | 111 | 11001001 | 1010110 | 110011 |
Color Harmonies of #18A2EE
Complementary color
Monochromatic Colors of #18A2EE
Black with #18A2EE
Text Example
Text Example
White with #18A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2EE; }
p { color: rgb(24,162,238); }
H1.HeaderClassName
{
color: #18A2EE;
}
.AnyTagClassName
{
color: #18A2EE;
}
</style>
background-color css
<style>
a { background-color: #18A2EE; }
a { background-color: rgb(24,162,238); }
div.DivClassName
{
background-color: #18A2EE;
}
.BgClassName
{
background-color: #18A2EE;
}
</style>
border-color css
<style>
span { border-color: #18A2EE; }
span { border-color: rgb(24,162,238); }
td.TdClassName
{
border-color: #18A2EE;
}
.TagClassName
{
border-color: #18A2EE;
}
</style>