Shades of Dodger Blue #14A0FB
Tints of Dodger Blue #14A0FB
RGB
CMYK
RGB Variations
Color information
#14A0FB (or 0x14A0FB) is known color: Dodger Blue. HEX triplet: 14, A0 and FB. RGB value is (20,160,251). Sum of RGB (Red+Green+Blue) = 20+160+251=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #14A0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A0FB is #EB5F04. Grayscale: #808080. Windows color (decimal): -15425285 or 16490516. OLE color: 16490516.
HSL color Cylindrical-coordinate representation of color #14A0FB: hue angle of 203.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A0FB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 160 | 251 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.02 |
| HSL | 203.64º | 0.97% | 0.53% | - |
| HSV(B) | 203.64º | 0.92% | 0.98% | - |
| XYZ | 30.27 | 32.26 | 95.9 | - |
| YUV | 128.51 | 197.12 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 251 | 0.92 | 0.36 | 0 | 0.02 | 203.64 | 0.97 | 0.53 |
| Hex | 14 | A0 | FB | 5C | 24 | 0 | 2 | CC | 61 | 35 |
| Octal | 24 | 240 | 373 | 134 | 44 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10100 | 10100000 | 11111011 | 1011100 | 100100 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #14A0FB
Complementary color
Monochromatic Colors of #14A0FB
Black with #14A0FB
Text Example
Text Example
White with #14A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A0FB; }
p { color: rgb(20,160,251); }
H1.HeaderClassName
{
color: #14A0FB;
}
.AnyTagClassName
{
color: #14A0FB;
}
</style>
background-color css
<style>
a { background-color: #14A0FB; }
a { background-color: rgb(20,160,251); }
div.DivClassName
{
background-color: #14A0FB;
}
.BgClassName
{
background-color: #14A0FB;
}
</style>
border-color css
<style>
span { border-color: #14A0FB; }
span { border-color: rgb(20,160,251); }
td.TdClassName
{
border-color: #14A0FB;
}
.TagClassName
{
border-color: #14A0FB;
}
</style>