Shades of Dodger Blue #147FEF
Tints of Dodger Blue #147FEF
RGB
CMYK
RGB Variations
Color information
#147FEF (or 0x147FEF) is known color: Dodger Blue. HEX triplet: 14, 7F and EF. RGB value is (20,127,239). Sum of RGB (Red+Green+Blue) = 20+127+239=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #147FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FEF is #EB8010. Grayscale: #6B6B6B. Windows color (decimal): -15433745 or 15695636. OLE color: 15695636.
HSL color Cylindrical-coordinate representation of color #147FEF: hue angle of 210.68º 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 #147FEF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 127 | 239 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.06 |
| HSL | 210.68º | 0.87% | 0.51% | - |
| HSV(B) | 210.68º | 0.92% | 0.94% | - |
| XYZ | 23.46 | 21.56 | 84.59 | - |
| YUV | 107.78 | 202.05 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 239 | 0.92 | 0.47 | 0 | 0.06 | 210.68 | 0.87 | 0.51 |
| Hex | 14 | 7F | EF | 5C | 2F | 0 | 6 | D3 | 57 | 33 |
| Octal | 24 | 177 | 357 | 134 | 57 | 0 | 6 | 323 | 127 | 63 |
| Binary | 10100 | 1111111 | 11101111 | 1011100 | 101111 | 0 | 110 | 11010011 | 1010111 | 110011 |
Color Harmonies of #147FEF
Complementary color
Monochromatic Colors of #147FEF
Black with #147FEF
Text Example
Text Example
White with #147FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FEF; }
p { color: rgb(20,127,239); }
H1.HeaderClassName
{
color: #147FEF;
}
.AnyTagClassName
{
color: #147FEF;
}
</style>
background-color css
<style>
a { background-color: #147FEF; }
a { background-color: rgb(20,127,239); }
div.DivClassName
{
background-color: #147FEF;
}
.BgClassName
{
background-color: #147FEF;
}
</style>
border-color css
<style>
span { border-color: #147FEF; }
span { border-color: rgb(20,127,239); }
td.TdClassName
{
border-color: #147FEF;
}
.TagClassName
{
border-color: #147FEF;
}
</style>