Shades of Dodger Blue #147EEF
Tints of Dodger Blue #147EEF
RGB
CMYK
RGB Variations
Color information
#147EEF (or 0x147EEF) is known color: Dodger Blue. HEX triplet: 14, 7E and EF. RGB value is (20,126,239). Sum of RGB (Red+Green+Blue) = 20+126+239=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #147EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EEF is #EB8110. Grayscale: #6A6A6A. Windows color (decimal): -15434001 or 15695380. OLE color: 15695380.
HSL color Cylindrical-coordinate representation of color #147EEF: hue angle of 210.96º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EEF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 126 | 239 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.06 |
| HSL | 210.96º | 0.87% | 0.51% | - |
| HSV(B) | 210.96º | 0.92% | 0.94% | - |
| XYZ | 23.33 | 21.3 | 84.54 | - |
| YUV | 107.19 | 202.38 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 239 | 0.92 | 0.47 | 0 | 0.06 | 210.96 | 0.87 | 0.51 |
| Hex | 14 | 7E | EF | 5C | 2F | 0 | 6 | D3 | 57 | 33 |
| Octal | 24 | 176 | 357 | 134 | 57 | 0 | 6 | 323 | 127 | 63 |
| Binary | 10100 | 1111110 | 11101111 | 1011100 | 101111 | 0 | 110 | 11010011 | 1010111 | 110011 |
Color Harmonies of #147EEF
Complementary color
Monochromatic Colors of #147EEF
Black with #147EEF
Text Example
Text Example
White with #147EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EEF; }
p { color: rgb(20,126,239); }
H1.HeaderClassName
{
color: #147EEF;
}
.AnyTagClassName
{
color: #147EEF;
}
</style>
background-color css
<style>
a { background-color: #147EEF; }
a { background-color: rgb(20,126,239); }
div.DivClassName
{
background-color: #147EEF;
}
.BgClassName
{
background-color: #147EEF;
}
</style>
border-color css
<style>
span { border-color: #147EEF; }
span { border-color: rgb(20,126,239); }
td.TdClassName
{
border-color: #147EEF;
}
.TagClassName
{
border-color: #147EEF;
}
</style>