Shades of Dodger Blue #147EFF
Tints of Dodger Blue #147EFF
RGB
CMYK
RGB Variations
Color information
#147EFF (or 0x147EFF) is known color: Dodger Blue. HEX triplet: 14, 7E and FF. RGB value is (20,126,255). Sum of RGB (Red+Green+Blue) = 20+126+255=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #147EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147EFF is #EB8100. Grayscale: #6C6C6C. Windows color (decimal): -15433985 or 16743956. OLE color: 16743956.
HSL color Cylindrical-coordinate representation of color #147EFF: hue angle of 212.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147EFF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 126 | 255 | - |
| CMYK | 0.92 | 0.51 | 0 | 0 |
| HSL | 212.94º | 1% | 0.54% | - |
| HSV(B) | 212.94º | 0.92% | 1% | - |
| XYZ | 25.8 | 22.29 | 97.55 | - |
| YUV | 109.01 | 210.38 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 255 | 0.92 | 0.51 | 0 | 0 | 212.94 | 1 | 0.54 |
| Hex | 14 | 7E | FF | 5C | 33 | 0 | 0 | D5 | 64 | 36 |
| Octal | 24 | 176 | 377 | 134 | 63 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10100 | 1111110 | 11111111 | 1011100 | 110011 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #147EFF
Complementary color
Monochromatic Colors of #147EFF
Black with #147EFF
Text Example
Text Example
White with #147EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EFF; }
p { color: rgb(20,126,255); }
H1.HeaderClassName
{
color: #147EFF;
}
.AnyTagClassName
{
color: #147EFF;
}
</style>
background-color css
<style>
a { background-color: #147EFF; }
a { background-color: rgb(20,126,255); }
div.DivClassName
{
background-color: #147EFF;
}
.BgClassName
{
background-color: #147EFF;
}
</style>
border-color css
<style>
span { border-color: #147EFF; }
span { border-color: rgb(20,126,255); }
td.TdClassName
{
border-color: #147EFF;
}
.TagClassName
{
border-color: #147EFF;
}
</style>