Shades of Dodger Blue #147CEF
Tints of Dodger Blue #147CEF
RGB
CMYK
RGB Variations
Color information
#147CEF (or 0x147CEF) is known color: Dodger Blue. HEX triplet: 14, 7C and EF. RGB value is (20,124,239). Sum of RGB (Red+Green+Blue) = 20+124+239=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #147CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CEF is #EB8310. Grayscale: #696969. Windows color (decimal): -15434513 or 15694868. OLE color: 15694868.
HSL color Cylindrical-coordinate representation of color #147CEF: hue angle of 211.51º 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 #147CEF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 124 | 239 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.06 |
| HSL | 211.51º | 0.87% | 0.51% | - |
| HSV(B) | 211.51º | 0.92% | 0.94% | - |
| XYZ | 23.08 | 20.8 | 84.46 | - |
| YUV | 106.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 239 | 0.92 | 0.48 | 0 | 0.06 | 211.51 | 0.87 | 0.51 |
| Hex | 14 | 7C | EF | 5C | 30 | 0 | 6 | D4 | 57 | 33 |
| Octal | 24 | 174 | 357 | 134 | 60 | 0 | 6 | 324 | 127 | 63 |
| Binary | 10100 | 1111100 | 11101111 | 1011100 | 110000 | 0 | 110 | 11010100 | 1010111 | 110011 |
Color Harmonies of #147CEF
Complementary color
Monochromatic Colors of #147CEF
Black with #147CEF
Text Example
Text Example
White with #147CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CEF; }
p { color: rgb(20,124,239); }
H1.HeaderClassName
{
color: #147CEF;
}
.AnyTagClassName
{
color: #147CEF;
}
</style>
background-color css
<style>
a { background-color: #147CEF; }
a { background-color: rgb(20,124,239); }
div.DivClassName
{
background-color: #147CEF;
}
.BgClassName
{
background-color: #147CEF;
}
</style>
border-color css
<style>
span { border-color: #147CEF; }
span { border-color: rgb(20,124,239); }
td.TdClassName
{
border-color: #147CEF;
}
.TagClassName
{
border-color: #147CEF;
}
</style>