Shades of Dodger Blue #14A6F8
Tints of Dodger Blue #14A6F8
RGB
CMYK
RGB Variations
Color information
#14A6F8 (or 0x14A6F8) is known color: Dodger Blue. HEX triplet: 14, A6 and F8. RGB value is (20,166,248). Sum of RGB (Red+Green+Blue) = 20+166+248=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #14A6F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A6F8 is #EB5907. Grayscale: #838383. Windows color (decimal): -15423752 or 16295444. OLE color: 16295444.
HSL color Cylindrical-coordinate representation of color #14A6F8: hue angle of 201.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A6F8 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 166 | 248 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.03 |
| HSL | 201.58º | 0.94% | 0.53% | - |
| HSV(B) | 201.58º | 0.92% | 0.97% | - |
| XYZ | 30.87 | 34.2 | 93.78 | - |
| YUV | 131.69 | 193.63 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 248 | 0.92 | 0.33 | 0 | 0.03 | 201.58 | 0.94 | 0.53 |
| Hex | 14 | A6 | F8 | 5C | 21 | 0 | 3 | CA | 5E | 35 |
| Octal | 24 | 246 | 370 | 134 | 41 | 0 | 3 | 312 | 136 | 65 |
| Binary | 10100 | 10100110 | 11111000 | 1011100 | 100001 | 0 | 11 | 11001010 | 1011110 | 110101 |
Color Harmonies of #14A6F8
Complementary color
Monochromatic Colors of #14A6F8
Black with #14A6F8
Text Example
Text Example
White with #14A6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A6F8; }
p { color: rgb(20,166,248); }
H1.HeaderClassName
{
color: #14A6F8;
}
.AnyTagClassName
{
color: #14A6F8;
}
</style>
background-color css
<style>
a { background-color: #14A6F8; }
a { background-color: rgb(20,166,248); }
div.DivClassName
{
background-color: #14A6F8;
}
.BgClassName
{
background-color: #14A6F8;
}
</style>
border-color css
<style>
span { border-color: #14A6F8; }
span { border-color: rgb(20,166,248); }
td.TdClassName
{
border-color: #14A6F8;
}
.TagClassName
{
border-color: #14A6F8;
}
</style>