Shades of Dodger Blue #147DF1
Tints of Dodger Blue #147DF1
RGB
CMYK
RGB Variations
Color information
#147DF1 (or 0x147DF1) is known color: Dodger Blue. HEX triplet: 14, 7D and F1. RGB value is (20,125,241). Sum of RGB (Red+Green+Blue) = 20+125+241=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #147DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DF1 is #EB820E. Grayscale: #6A6A6A. Windows color (decimal): -15434255 or 15826196. OLE color: 15826196.
HSL color Cylindrical-coordinate representation of color #147DF1: hue angle of 211.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DF1 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 125 | 241 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.05 |
| HSL | 211.49º | 0.89% | 0.51% | - |
| HSV(B) | 211.49º | 0.92% | 0.95% | - |
| XYZ | 23.5 | 21.17 | 86.07 | - |
| YUV | 106.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 241 | 0.92 | 0.48 | 0 | 0.05 | 211.49 | 0.89 | 0.51 |
| Hex | 14 | 7D | F1 | 5C | 30 | 0 | 5 | D3 | 59 | 33 |
| Octal | 24 | 175 | 361 | 134 | 60 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10100 | 1111101 | 11110001 | 1011100 | 110000 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #147DF1
Complementary color
Monochromatic Colors of #147DF1
Black with #147DF1
Text Example
Text Example
White with #147DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DF1; }
p { color: rgb(20,125,241); }
H1.HeaderClassName
{
color: #147DF1;
}
.AnyTagClassName
{
color: #147DF1;
}
</style>
background-color css
<style>
a { background-color: #147DF1; }
a { background-color: rgb(20,125,241); }
div.DivClassName
{
background-color: #147DF1;
}
.BgClassName
{
background-color: #147DF1;
}
</style>
border-color css
<style>
span { border-color: #147DF1; }
span { border-color: rgb(20,125,241); }
td.TdClassName
{
border-color: #147DF1;
}
.TagClassName
{
border-color: #147DF1;
}
</style>