Shades of Dodger Blue #147DF7
Tints of Dodger Blue #147DF7
RGB
CMYK
RGB Variations
Color information
#147DF7 (or 0x147DF7) is known color: Dodger Blue. HEX triplet: 14, 7D and F7. RGB value is (20,125,247). Sum of RGB (Red+Green+Blue) = 20+125+247=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #147DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DF7 is #EB8208. Grayscale: #6A6A6A. Windows color (decimal): -15434249 or 16219412. OLE color: 16219412.
HSL color Cylindrical-coordinate representation of color #147DF7: hue angle of 212.25º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DF7 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 125 | 247 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.03 |
| HSL | 212.25º | 0.93% | 0.52% | - |
| HSV(B) | 212.25º | 0.92% | 0.97% | - |
| XYZ | 24.41 | 21.53 | 90.87 | - |
| YUV | 107.51 | 206.71 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 247 | 0.92 | 0.49 | 0 | 0.03 | 212.25 | 0.93 | 0.52 |
| Hex | 14 | 7D | F7 | 5C | 31 | 0 | 3 | D4 | 5D | 34 |
| Octal | 24 | 175 | 367 | 134 | 61 | 0 | 3 | 324 | 135 | 64 |
| Binary | 10100 | 1111101 | 11110111 | 1011100 | 110001 | 0 | 11 | 11010100 | 1011101 | 110100 |
Color Harmonies of #147DF7
Complementary color
Monochromatic Colors of #147DF7
Black with #147DF7
Text Example
Text Example
White with #147DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DF7; }
p { color: rgb(20,125,247); }
H1.HeaderClassName
{
color: #147DF7;
}
.AnyTagClassName
{
color: #147DF7;
}
</style>
background-color css
<style>
a { background-color: #147DF7; }
a { background-color: rgb(20,125,247); }
div.DivClassName
{
background-color: #147DF7;
}
.BgClassName
{
background-color: #147DF7;
}
</style>
border-color css
<style>
span { border-color: #147DF7; }
span { border-color: rgb(20,125,247); }
td.TdClassName
{
border-color: #147DF7;
}
.TagClassName
{
border-color: #147DF7;
}
</style>