Shades of Dodger Blue #14AAFD
Tints of Dodger Blue #14AAFD
RGB
CMYK
RGB Variations
Color information
#14AAFD (or 0x14AAFD) is known color: Dodger Blue. HEX triplet: 14, AA and FD. RGB value is (20,170,253). Sum of RGB (Red+Green+Blue) = 20+170+253=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #14AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AAFD is #EB5502. Grayscale: #868686. Windows color (decimal): -15422723 or 16624148. OLE color: 16624148.
HSL color Cylindrical-coordinate representation of color #14AAFD: hue angle of 201.37º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14AAFD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 170 | 253 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.01 |
| HSL | 201.37º | 0.98% | 0.54% | - |
| HSV(B) | 201.37º | 0.92% | 0.99% | - |
| XYZ | 32.39 | 35.99 | 98.17 | - |
| YUV | 134.61 | 194.81 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 253 | 0.92 | 0.33 | 0 | 0.01 | 201.37 | 0.98 | 0.54 |
| Hex | 14 | AA | FD | 5C | 21 | 0 | 1 | C9 | 62 | 36 |
| Octal | 24 | 252 | 375 | 134 | 41 | 0 | 1 | 311 | 142 | 66 |
| Binary | 10100 | 10101010 | 11111101 | 1011100 | 100001 | 0 | 1 | 11001001 | 1100010 | 110110 |
Color Harmonies of #14AAFD
Complementary color
Monochromatic Colors of #14AAFD
Black with #14AAFD
Text Example
Text Example
White with #14AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAFD; }
p { color: rgb(20,170,253); }
H1.HeaderClassName
{
color: #14AAFD;
}
.AnyTagClassName
{
color: #14AAFD;
}
</style>
background-color css
<style>
a { background-color: #14AAFD; }
a { background-color: rgb(20,170,253); }
div.DivClassName
{
background-color: #14AAFD;
}
.BgClassName
{
background-color: #14AAFD;
}
</style>
border-color css
<style>
span { border-color: #14AAFD; }
span { border-color: rgb(20,170,253); }
td.TdClassName
{
border-color: #14AAFD;
}
.TagClassName
{
border-color: #14AAFD;
}
</style>