Shades of Dodger Blue #18ABEE
Tints of Dodger Blue #18ABEE
RGB
CMYK
RGB Variations
Color information
#18ABEE (or 0x18ABEE) is known color: Dodger Blue. HEX triplet: 18, AB and EE. RGB value is (24,171,238). Sum of RGB (Red+Green+Blue) = 24+171+238=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #18ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABEE is #E75411. Grayscale: #868686. Windows color (decimal): -15160338 or 15641368. OLE color: 15641368.
HSL color Cylindrical-coordinate representation of color #18ABEE: hue angle of 198.79º 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 #18ABEE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 171 | 238 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.07 |
| HSL | 198.79º | 0.86% | 0.51% | - |
| HSV(B) | 198.79º | 0.9% | 0.93% | - |
| XYZ | 30.37 | 35.49 | 86.14 | - |
| YUV | 134.69 | 186.3 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 238 | 0.90 | 0.28 | 0 | 0.07 | 198.79 | 0.86 | 0.51 |
| Hex | 18 | AB | EE | 5A | 1C | 0 | 7 | C7 | 56 | 33 |
| Octal | 30 | 253 | 356 | 132 | 34 | 0 | 7 | 307 | 126 | 63 |
| Binary | 11000 | 10101011 | 11101110 | 1011010 | 11100 | 0 | 111 | 11000111 | 1010110 | 110011 |
Color Harmonies of #18ABEE
Complementary color
Monochromatic Colors of #18ABEE
Black with #18ABEE
Text Example
Text Example
White with #18ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABEE; }
p { color: rgb(24,171,238); }
H1.HeaderClassName
{
color: #18ABEE;
}
.AnyTagClassName
{
color: #18ABEE;
}
</style>
background-color css
<style>
a { background-color: #18ABEE; }
a { background-color: rgb(24,171,238); }
div.DivClassName
{
background-color: #18ABEE;
}
.BgClassName
{
background-color: #18ABEE;
}
</style>
border-color css
<style>
span { border-color: #18ABEE; }
span { border-color: rgb(24,171,238); }
td.TdClassName
{
border-color: #18ABEE;
}
.TagClassName
{
border-color: #18ABEE;
}
</style>