Shades of Dodger Blue #18AAFD
Tints of Dodger Blue #18AAFD
RGB
CMYK
RGB Variations
Color information
#18AAFD (or 0x18AAFD) is known color: Dodger Blue. HEX triplet: 18, AA and FD. RGB value is (24,170,253). Sum of RGB (Red+Green+Blue) = 24+170+253=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #18AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAFD is #E75502. Grayscale: #878787. Windows color (decimal): -15160579 or 16624152. OLE color: 16624152.
HSL color Cylindrical-coordinate representation of color #18AAFD: hue angle of 201.75º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18AAFD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 170 | 253 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.01 |
| HSL | 201.75º | 0.98% | 0.54% | - |
| HSV(B) | 201.75º | 0.91% | 0.99% | - |
| XYZ | 32.48 | 36.04 | 98.17 | - |
| YUV | 135.81 | 194.13 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 253 | 0.91 | 0.33 | 0 | 0.01 | 201.75 | 0.98 | 0.54 |
| Hex | 18 | AA | FD | 5B | 21 | 0 | 1 | CA | 62 | 36 |
| Octal | 30 | 252 | 375 | 133 | 41 | 0 | 1 | 312 | 142 | 66 |
| Binary | 11000 | 10101010 | 11111101 | 1011011 | 100001 | 0 | 1 | 11001010 | 1100010 | 110110 |
Color Harmonies of #18AAFD
Complementary color
Monochromatic Colors of #18AAFD
Black with #18AAFD
Text Example
Text Example
White with #18AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAFD; }
p { color: rgb(24,170,253); }
H1.HeaderClassName
{
color: #18AAFD;
}
.AnyTagClassName
{
color: #18AAFD;
}
</style>
background-color css
<style>
a { background-color: #18AAFD; }
a { background-color: rgb(24,170,253); }
div.DivClassName
{
background-color: #18AAFD;
}
.BgClassName
{
background-color: #18AAFD;
}
</style>
border-color css
<style>
span { border-color: #18AAFD; }
span { border-color: rgb(24,170,253); }
td.TdClassName
{
border-color: #18AAFD;
}
.TagClassName
{
border-color: #18AAFD;
}
</style>