Shades of Dodger Blue #147FF0
Tints of Dodger Blue #147FF0
RGB
CMYK
RGB Variations
Color information
#147FF0 (or 0x147FF0) is known color: Dodger Blue. HEX triplet: 14, 7F and F0. RGB value is (20,127,240). Sum of RGB (Red+Green+Blue) = 20+127+240=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #147FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FF0 is #EB800F. Grayscale: #6B6B6B. Windows color (decimal): -15433744 or 15761172. OLE color: 15761172.
HSL color Cylindrical-coordinate representation of color #147FF0: hue angle of 210.82º degrees, saturation: 0.88, 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 #147FF0 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 127 | 240 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.06 |
| HSL | 210.82º | 0.88% | 0.51% | - |
| HSV(B) | 210.82º | 0.92% | 0.94% | - |
| XYZ | 23.61 | 21.62 | 85.37 | - |
| YUV | 107.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 240 | 0.92 | 0.47 | 0 | 0.06 | 210.82 | 0.88 | 0.51 |
| Hex | 14 | 7F | F0 | 5C | 2F | 0 | 6 | D3 | 58 | 33 |
| Octal | 24 | 177 | 360 | 134 | 57 | 0 | 6 | 323 | 130 | 63 |
| Binary | 10100 | 1111111 | 11110000 | 1011100 | 101111 | 0 | 110 | 11010011 | 1011000 | 110011 |
Color Harmonies of #147FF0
Complementary color
Monochromatic Colors of #147FF0
Black with #147FF0
Text Example
Text Example
White with #147FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FF0; }
p { color: rgb(20,127,240); }
H1.HeaderClassName
{
color: #147FF0;
}
.AnyTagClassName
{
color: #147FF0;
}
</style>
background-color css
<style>
a { background-color: #147FF0; }
a { background-color: rgb(20,127,240); }
div.DivClassName
{
background-color: #147FF0;
}
.BgClassName
{
background-color: #147FF0;
}
</style>
border-color css
<style>
span { border-color: #147FF0; }
span { border-color: rgb(20,127,240); }
td.TdClassName
{
border-color: #147FF0;
}
.TagClassName
{
border-color: #147FF0;
}
</style>