Shades of Dodger Blue #14A0EF
Tints of Dodger Blue #14A0EF
RGB
CMYK
RGB Variations
Color information
#14A0EF (or 0x14A0EF) is known color: Dodger Blue. HEX triplet: 14, A0 and EF. RGB value is (20,160,239). Sum of RGB (Red+Green+Blue) = 20+160+239=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #14A0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A0EF is #EB5F10. Grayscale: #7E7E7E. Windows color (decimal): -15425297 or 15704084. OLE color: 15704084.
HSL color Cylindrical-coordinate representation of color #14A0EF: hue angle of 201.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A0EF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 160 | 239 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.06 |
| HSL | 201.64º | 0.87% | 0.51% | - |
| HSV(B) | 201.64º | 0.92% | 0.94% | - |
| XYZ | 28.44 | 31.52 | 86.25 | - |
| YUV | 127.15 | 191.12 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 239 | 0.92 | 0.33 | 0 | 0.06 | 201.64 | 0.87 | 0.51 |
| Hex | 14 | A0 | EF | 5C | 21 | 0 | 6 | CA | 57 | 33 |
| Octal | 24 | 240 | 357 | 134 | 41 | 0 | 6 | 312 | 127 | 63 |
| Binary | 10100 | 10100000 | 11101111 | 1011100 | 100001 | 0 | 110 | 11001010 | 1010111 | 110011 |
Color Harmonies of #14A0EF
Complementary color
Monochromatic Colors of #14A0EF
Black with #14A0EF
Text Example
Text Example
White with #14A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A0EF; }
p { color: rgb(20,160,239); }
H1.HeaderClassName
{
color: #14A0EF;
}
.AnyTagClassName
{
color: #14A0EF;
}
</style>
background-color css
<style>
a { background-color: #14A0EF; }
a { background-color: rgb(20,160,239); }
div.DivClassName
{
background-color: #14A0EF;
}
.BgClassName
{
background-color: #14A0EF;
}
</style>
border-color css
<style>
span { border-color: #14A0EF; }
span { border-color: rgb(20,160,239); }
td.TdClassName
{
border-color: #14A0EF;
}
.TagClassName
{
border-color: #14A0EF;
}
</style>