Shades of Dodger Blue #147DFE
Tints of Dodger Blue #147DFE
RGB
CMYK
RGB Variations
Color information
#147DFE (or 0x147DFE) is known color: Dodger Blue. HEX triplet: 14, 7D and FE. RGB value is (20,125,254). Sum of RGB (Red+Green+Blue) = 20+125+254=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #147DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DFE is #EB8201. Grayscale: #6B6B6B. Windows color (decimal): -15434242 or 16678164. OLE color: 16678164.
HSL color Cylindrical-coordinate representation of color #147DFE: hue angle of 213.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DFE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 125 | 254 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.00 |
| HSL | 213.08º | 0.99% | 0.54% | - |
| HSV(B) | 213.08º | 0.92% | 1% | - |
| XYZ | 25.51 | 21.97 | 96.66 | - |
| YUV | 108.31 | 210.21 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 254 | 0.92 | 0.51 | 0 | 0.00 | 213.08 | 0.99 | 0.54 |
| Hex | 14 | 7D | FE | 5C | 33 | 0 | 0 | D5 | 63 | 36 |
| Octal | 24 | 175 | 376 | 134 | 63 | 0 | 0 | 325 | 143 | 66 |
| Binary | 10100 | 1111101 | 11111110 | 1011100 | 110011 | 0 | 0 | 11010101 | 1100011 | 110110 |
Color Harmonies of #147DFE
Complementary color
Monochromatic Colors of #147DFE
Black with #147DFE
Text Example
Text Example
White with #147DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DFE; }
p { color: rgb(20,125,254); }
H1.HeaderClassName
{
color: #147DFE;
}
.AnyTagClassName
{
color: #147DFE;
}
</style>
background-color css
<style>
a { background-color: #147DFE; }
a { background-color: rgb(20,125,254); }
div.DivClassName
{
background-color: #147DFE;
}
.BgClassName
{
background-color: #147DFE;
}
</style>
border-color css
<style>
span { border-color: #147DFE; }
span { border-color: rgb(20,125,254); }
td.TdClassName
{
border-color: #147DFE;
}
.TagClassName
{
border-color: #147DFE;
}
</style>