Shades of Dodger Blue #18A4FF
Tints of Dodger Blue #18A4FF
RGB
CMYK
RGB Variations
Color information
#18A4FF (or 0x18A4FF) is known color: Dodger Blue. HEX triplet: 18, A4 and FF. RGB value is (24,164,255). Sum of RGB (Red+Green+Blue) = 24+164+255=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #18A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A4FF is #E75B00. Grayscale: #848484. Windows color (decimal): -15162113 or 16753688. OLE color: 16753688.
HSL color Cylindrical-coordinate representation of color #18A4FF: hue angle of 203.64º 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 #18A4FF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 164 | 255 | - |
| CMYK | 0.91 | 0.36 | 0 | 0 |
| HSL | 203.64º | 1% | 0.55% | - |
| HSV(B) | 203.64º | 0.91% | 1% | - |
| XYZ | 31.7 | 33.97 | 99.49 | - |
| YUV | 132.51 | 197.12 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 255 | 0.91 | 0.36 | 0 | 0 | 203.64 | 1 | 0.55 |
| Hex | 18 | A4 | FF | 5B | 24 | 0 | 0 | CC | 64 | 37 |
| Octal | 30 | 244 | 377 | 133 | 44 | 0 | 0 | 314 | 144 | 67 |
| Binary | 11000 | 10100100 | 11111111 | 1011011 | 100100 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #18A4FF
Complementary color
Monochromatic Colors of #18A4FF
Black with #18A4FF
Text Example
Text Example
White with #18A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A4FF; }
p { color: rgb(24,164,255); }
H1.HeaderClassName
{
color: #18A4FF;
}
.AnyTagClassName
{
color: #18A4FF;
}
</style>
background-color css
<style>
a { background-color: #18A4FF; }
a { background-color: rgb(24,164,255); }
div.DivClassName
{
background-color: #18A4FF;
}
.BgClassName
{
background-color: #18A4FF;
}
</style>
border-color css
<style>
span { border-color: #18A4FF; }
span { border-color: rgb(24,164,255); }
td.TdClassName
{
border-color: #18A4FF;
}
.TagClassName
{
border-color: #18A4FF;
}
</style>