Shades of Dodger Blue #18ABFF
Tints of Dodger Blue #18ABFF
RGB
CMYK
RGB Variations
Color information
#18ABFF (or 0x18ABFF) is known color: Dodger Blue. HEX triplet: 18, AB and FF. RGB value is (24,171,255). Sum of RGB (Red+Green+Blue) = 24+171+255=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #18ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ABFF is #E75400. Grayscale: #888888. Windows color (decimal): -15160321 or 16755480. OLE color: 16755480.
HSL color Cylindrical-coordinate representation of color #18ABFF: hue angle of 201.82º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18ABFF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 171 | 255 | - |
| CMYK | 0.91 | 0.33 | 0 | 0 |
| HSL | 201.82º | 1% | 0.55% | - |
| HSV(B) | 201.82º | 0.91% | 1% | - |
| XYZ | 32.99 | 36.54 | 99.92 | - |
| YUV | 136.62 | 194.8 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 255 | 0.91 | 0.33 | 0 | 0 | 201.82 | 1 | 0.55 |
| Hex | 18 | AB | FF | 5B | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 30 | 253 | 377 | 133 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11000 | 10101011 | 11111111 | 1011011 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #18ABFF
Complementary color
Monochromatic Colors of #18ABFF
Black with #18ABFF
Text Example
Text Example
White with #18ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABFF; }
p { color: rgb(24,171,255); }
H1.HeaderClassName
{
color: #18ABFF;
}
.AnyTagClassName
{
color: #18ABFF;
}
</style>
background-color css
<style>
a { background-color: #18ABFF; }
a { background-color: rgb(24,171,255); }
div.DivClassName
{
background-color: #18ABFF;
}
.BgClassName
{
background-color: #18ABFF;
}
</style>
border-color css
<style>
span { border-color: #18ABFF; }
span { border-color: rgb(24,171,255); }
td.TdClassName
{
border-color: #18ABFF;
}
.TagClassName
{
border-color: #18ABFF;
}
</style>