Shades of Dodger Blue #14A8EF
Tints of Dodger Blue #14A8EF
RGB
CMYK
RGB Variations
Color information
#14A8EF (or 0x14A8EF) is known color: Dodger Blue. HEX triplet: 14, A8 and EF. RGB value is (20,168,239). Sum of RGB (Red+Green+Blue) = 20+168+239=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #14A8EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A8EF is #EB5710. Grayscale: #838383. Windows color (decimal): -15423249 or 15706132. OLE color: 15706132.
HSL color Cylindrical-coordinate representation of color #14A8EF: hue angle of 199.45º 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 #14A8EF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 168 | 239 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.06 |
| HSL | 199.45º | 0.87% | 0.51% | - |
| HSV(B) | 199.45º | 0.92% | 0.94% | - |
| XYZ | 29.87 | 34.39 | 86.72 | - |
| YUV | 131.84 | 188.47 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 239 | 0.92 | 0.30 | 0 | 0.06 | 199.45 | 0.87 | 0.51 |
| Hex | 14 | A8 | EF | 5C | 1E | 0 | 6 | C7 | 57 | 33 |
| Octal | 24 | 250 | 357 | 134 | 36 | 0 | 6 | 307 | 127 | 63 |
| Binary | 10100 | 10101000 | 11101111 | 1011100 | 11110 | 0 | 110 | 11000111 | 1010111 | 110011 |
Color Harmonies of #14A8EF
Complementary color
Monochromatic Colors of #14A8EF
Black with #14A8EF
Text Example
Text Example
White with #14A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8EF; }
p { color: rgb(20,168,239); }
H1.HeaderClassName
{
color: #14A8EF;
}
.AnyTagClassName
{
color: #14A8EF;
}
</style>
background-color css
<style>
a { background-color: #14A8EF; }
a { background-color: rgb(20,168,239); }
div.DivClassName
{
background-color: #14A8EF;
}
.BgClassName
{
background-color: #14A8EF;
}
</style>
border-color css
<style>
span { border-color: #14A8EF; }
span { border-color: rgb(20,168,239); }
td.TdClassName
{
border-color: #14A8EF;
}
.TagClassName
{
border-color: #14A8EF;
}
</style>