Shades of Dodger Blue #14A3EA
Tints of Dodger Blue #14A3EA
RGB
CMYK
RGB Variations
Color information
#14A3EA (or 0x14A3EA) is known color: Dodger Blue. HEX triplet: 14, A3 and EA. RGB value is (20,163,234). Sum of RGB (Red+Green+Blue) = 20+163+234=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #14A3EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A3EA is #EB5C15. Grayscale: #7F7F7F. Windows color (decimal): -15424534 or 15377172. OLE color: 15377172.
HSL color Cylindrical-coordinate representation of color #14A3EA: hue angle of 199.91º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A3EA is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 163 | 234 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.08 |
| HSL | 199.91º | 0.84% | 0.5% | - |
| HSV(B) | 199.91º | 0.91% | 0.92% | - |
| XYZ | 28.24 | 32.28 | 82.59 | - |
| YUV | 128.34 | 187.62 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 163 | 234 | 0.91 | 0.30 | 0 | 0.08 | 199.91 | 0.84 | 0.5 |
| Hex | 14 | A3 | EA | 5B | 1E | 0 | 8 | C8 | 54 | 32 |
| Octal | 24 | 243 | 352 | 133 | 36 | 0 | 10 | 310 | 124 | 62 |
| Binary | 10100 | 10100011 | 11101010 | 1011011 | 11110 | 0 | 1000 | 11001000 | 1010100 | 110010 |
Color Harmonies of #14A3EA
Complementary color
Monochromatic Colors of #14A3EA
Black with #14A3EA
Text Example
Text Example
White with #14A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A3EA; }
p { color: rgb(20,163,234); }
H1.HeaderClassName
{
color: #14A3EA;
}
.AnyTagClassName
{
color: #14A3EA;
}
</style>
background-color css
<style>
a { background-color: #14A3EA; }
a { background-color: rgb(20,163,234); }
div.DivClassName
{
background-color: #14A3EA;
}
.BgClassName
{
background-color: #14A3EA;
}
</style>
border-color css
<style>
span { border-color: #14A3EA; }
span { border-color: rgb(20,163,234); }
td.TdClassName
{
border-color: #14A3EA;
}
.TagClassName
{
border-color: #14A3EA;
}
</style>