Shades of Dodger Blue #18ABEF
Tints of Dodger Blue #18ABEF
RGB
CMYK
RGB Variations
Color information
#18ABEF (or 0x18ABEF) is known color: Dodger Blue. HEX triplet: 18, AB and EF. RGB value is (24,171,239). Sum of RGB (Red+Green+Blue) = 24+171+239=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #18ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABEF is #E75410. Grayscale: #868686. Windows color (decimal): -15160337 or 15706904. OLE color: 15706904.
HSL color Cylindrical-coordinate representation of color #18ABEF: hue angle of 198.98º 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 #18ABEF is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 171 | 239 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.06 |
| HSL | 198.98º | 0.87% | 0.52% | - |
| HSV(B) | 198.98º | 0.9% | 0.94% | - |
| XYZ | 30.52 | 35.55 | 86.92 | - |
| YUV | 134.8 | 186.8 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 239 | 0.90 | 0.28 | 0 | 0.06 | 198.98 | 0.87 | 0.52 |
| Hex | 18 | AB | EF | 5A | 1C | 0 | 6 | C7 | 57 | 34 |
| Octal | 30 | 253 | 357 | 132 | 34 | 0 | 6 | 307 | 127 | 64 |
| Binary | 11000 | 10101011 | 11101111 | 1011010 | 11100 | 0 | 110 | 11000111 | 1010111 | 110100 |
Color Harmonies of #18ABEF
Complementary color
Monochromatic Colors of #18ABEF
Black with #18ABEF
Text Example
Text Example
White with #18ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABEF; }
p { color: rgb(24,171,239); }
H1.HeaderClassName
{
color: #18ABEF;
}
.AnyTagClassName
{
color: #18ABEF;
}
</style>
background-color css
<style>
a { background-color: #18ABEF; }
a { background-color: rgb(24,171,239); }
div.DivClassName
{
background-color: #18ABEF;
}
.BgClassName
{
background-color: #18ABEF;
}
</style>
border-color css
<style>
span { border-color: #18ABEF; }
span { border-color: rgb(24,171,239); }
td.TdClassName
{
border-color: #18ABEF;
}
.TagClassName
{
border-color: #18ABEF;
}
</style>