Shades of Dodger Blue #18A2EF
Tints of Dodger Blue #18A2EF
RGB
CMYK
RGB Variations
Color information
#18A2EF (or 0x18A2EF) is known color: Dodger Blue. HEX triplet: 18, A2 and EF. RGB value is (24,162,239). Sum of RGB (Red+Green+Blue) = 24+162+239=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #18A2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2EF is #E75D10. Grayscale: #818181. Windows color (decimal): -15162641 or 15704600. OLE color: 15704600.
HSL color Cylindrical-coordinate representation of color #18A2EF: hue angle of 201.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A2EF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 162 | 239 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.06 |
| HSL | 201.49º | 0.87% | 0.52% | - |
| HSV(B) | 201.49º | 0.9% | 0.94% | - |
| XYZ | 28.88 | 32.27 | 86.37 | - |
| YUV | 129.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 239 | 0.90 | 0.32 | 0 | 0.06 | 201.49 | 0.87 | 0.52 |
| Hex | 18 | A2 | EF | 5A | 20 | 0 | 6 | C9 | 57 | 34 |
| Octal | 30 | 242 | 357 | 132 | 40 | 0 | 6 | 311 | 127 | 64 |
| Binary | 11000 | 10100010 | 11101111 | 1011010 | 100000 | 0 | 110 | 11001001 | 1010111 | 110100 |
Color Harmonies of #18A2EF
Complementary color
Monochromatic Colors of #18A2EF
Black with #18A2EF
Text Example
Text Example
White with #18A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2EF; }
p { color: rgb(24,162,239); }
H1.HeaderClassName
{
color: #18A2EF;
}
.AnyTagClassName
{
color: #18A2EF;
}
</style>
background-color css
<style>
a { background-color: #18A2EF; }
a { background-color: rgb(24,162,239); }
div.DivClassName
{
background-color: #18A2EF;
}
.BgClassName
{
background-color: #18A2EF;
}
</style>
border-color css
<style>
span { border-color: #18A2EF; }
span { border-color: rgb(24,162,239); }
td.TdClassName
{
border-color: #18A2EF;
}
.TagClassName
{
border-color: #18A2EF;
}
</style>