Shades of Dodger Blue #147CE3
Tints of Dodger Blue #147CE3
RGB
CMYK
RGB Variations
Color information
#147CE3 (or 0x147CE3) is known color: Dodger Blue. HEX triplet: 14, 7C and E3. RGB value is (20,124,227). Sum of RGB (Red+Green+Blue) = 20+124+227=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #147CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE3 is #EB831C. Grayscale: #686868. Windows color (decimal): -15434525 or 14908436. OLE color: 14908436.
HSL color Cylindrical-coordinate representation of color #147CE3: hue angle of 209.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CE3 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 124 | 227 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.11 |
| HSL | 209.86º | 0.84% | 0.48% | - |
| HSV(B) | 209.86º | 0.91% | 0.89% | - |
| XYZ | 21.36 | 20.11 | 75.43 | - |
| YUV | 104.65 | 197.04 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 227 | 0.91 | 0.45 | 0 | 0.11 | 209.86 | 0.84 | 0.48 |
| Hex | 14 | 7C | E3 | 5B | 2D | 0 | B | D2 | 54 | 30 |
| Octal | 24 | 174 | 343 | 133 | 55 | 0 | 13 | 322 | 124 | 60 |
| Binary | 10100 | 1111100 | 11100011 | 1011011 | 101101 | 0 | 1011 | 11010010 | 1010100 | 110000 |
Color Harmonies of #147CE3
Complementary color
Monochromatic Colors of #147CE3
Black with #147CE3
Text Example
Text Example
White with #147CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CE3; }
p { color: rgb(20,124,227); }
H1.HeaderClassName
{
color: #147CE3;
}
.AnyTagClassName
{
color: #147CE3;
}
</style>
background-color css
<style>
a { background-color: #147CE3; }
a { background-color: rgb(20,124,227); }
div.DivClassName
{
background-color: #147CE3;
}
.BgClassName
{
background-color: #147CE3;
}
</style>
border-color css
<style>
span { border-color: #147CE3; }
span { border-color: rgb(20,124,227); }
td.TdClassName
{
border-color: #147CE3;
}
.TagClassName
{
border-color: #147CE3;
}
</style>