Shades of Dodger Blue #14A1FD
Tints of Dodger Blue #14A1FD
RGB
CMYK
RGB Variations
Color information
#14A1FD (or 0x14A1FD) is known color: Dodger Blue. HEX triplet: 14, A1 and FD. RGB value is (20,161,253). Sum of RGB (Red+Green+Blue) = 20+161+253=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #14A1FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A1FD is #EB5E02. Grayscale: #808080. Windows color (decimal): -15425027 or 16621844. OLE color: 16621844.
HSL color Cylindrical-coordinate representation of color #14A1FD: hue angle of 203.69º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A1FD is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 161 | 253 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.01 |
| HSL | 203.69º | 0.98% | 0.54% | - |
| HSV(B) | 203.69º | 0.92% | 0.99% | - |
| XYZ | 30.76 | 32.73 | 97.62 | - |
| YUV | 129.33 | 197.79 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 253 | 0.92 | 0.36 | 0 | 0.01 | 203.69 | 0.98 | 0.54 |
| Hex | 14 | A1 | FD | 5C | 24 | 0 | 1 | CC | 62 | 36 |
| Octal | 24 | 241 | 375 | 134 | 44 | 0 | 1 | 314 | 142 | 66 |
| Binary | 10100 | 10100001 | 11111101 | 1011100 | 100100 | 0 | 1 | 11001100 | 1100010 | 110110 |
Color Harmonies of #14A1FD
Complementary color
Monochromatic Colors of #14A1FD
Black with #14A1FD
Text Example
Text Example
White with #14A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A1FD; }
p { color: rgb(20,161,253); }
H1.HeaderClassName
{
color: #14A1FD;
}
.AnyTagClassName
{
color: #14A1FD;
}
</style>
background-color css
<style>
a { background-color: #14A1FD; }
a { background-color: rgb(20,161,253); }
div.DivClassName
{
background-color: #14A1FD;
}
.BgClassName
{
background-color: #14A1FD;
}
</style>
border-color css
<style>
span { border-color: #14A1FD; }
span { border-color: rgb(20,161,253); }
td.TdClassName
{
border-color: #14A1FD;
}
.TagClassName
{
border-color: #14A1FD;
}
</style>