Shades of Dodger Blue #147CE5
Tints of Dodger Blue #147CE5
RGB
CMYK
RGB Variations
Color information
#147CE5 (or 0x147CE5) is known color: Dodger Blue. HEX triplet: 14, 7C and E5. RGB value is (20,124,229). Sum of RGB (Red+Green+Blue) = 20+124+229=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #147CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE5 is #EB831A. Grayscale: #686868. Windows color (decimal): -15434523 or 15039508. OLE color: 15039508.
HSL color Cylindrical-coordinate representation of color #147CE5: hue angle of 210.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CE5 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 124 | 229 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.10 |
| HSL | 210.14º | 0.84% | 0.49% | - |
| HSV(B) | 210.14º | 0.91% | 0.9% | - |
| XYZ | 21.64 | 20.22 | 76.89 | - |
| YUV | 104.87 | 198.04 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 229 | 0.91 | 0.46 | 0 | 0.10 | 210.14 | 0.84 | 0.49 |
| Hex | 14 | 7C | E5 | 5B | 2E | 0 | A | D2 | 54 | 31 |
| Octal | 24 | 174 | 345 | 133 | 56 | 0 | 12 | 322 | 124 | 61 |
| Binary | 10100 | 1111100 | 11100101 | 1011011 | 101110 | 0 | 1010 | 11010010 | 1010100 | 110001 |
Color Harmonies of #147CE5
Complementary color
Monochromatic Colors of #147CE5
Black with #147CE5
Text Example
Text Example
White with #147CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CE5; }
p { color: rgb(20,124,229); }
H1.HeaderClassName
{
color: #147CE5;
}
.AnyTagClassName
{
color: #147CE5;
}
</style>
background-color css
<style>
a { background-color: #147CE5; }
a { background-color: rgb(20,124,229); }
div.DivClassName
{
background-color: #147CE5;
}
.BgClassName
{
background-color: #147CE5;
}
</style>
border-color css
<style>
span { border-color: #147CE5; }
span { border-color: rgb(20,124,229); }
td.TdClassName
{
border-color: #147CE5;
}
.TagClassName
{
border-color: #147CE5;
}
</style>