Shades of Dodger Blue #147EE5
Tints of Dodger Blue #147EE5
RGB
CMYK
RGB Variations
Color information
#147EE5 (or 0x147EE5) is known color: Dodger Blue. HEX triplet: 14, 7E and E5. RGB value is (20,126,229). Sum of RGB (Red+Green+Blue) = 20+126+229=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #147EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EE5 is #EB811A. Grayscale: #696969. Windows color (decimal): -15434011 or 15040020. OLE color: 15040020.
HSL color Cylindrical-coordinate representation of color #147EE5: hue angle of 209.57º 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 #147EE5 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 126 | 229 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.10 |
| HSL | 209.57º | 0.84% | 0.49% | - |
| HSV(B) | 209.57º | 0.91% | 0.9% | - |
| XYZ | 21.89 | 20.73 | 76.98 | - |
| YUV | 106.05 | 197.38 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 229 | 0.91 | 0.45 | 0 | 0.10 | 209.57 | 0.84 | 0.49 |
| Hex | 14 | 7E | E5 | 5B | 2D | 0 | A | D2 | 54 | 31 |
| Octal | 24 | 176 | 345 | 133 | 55 | 0 | 12 | 322 | 124 | 61 |
| Binary | 10100 | 1111110 | 11100101 | 1011011 | 101101 | 0 | 1010 | 11010010 | 1010100 | 110001 |
Color Harmonies of #147EE5
Complementary color
Monochromatic Colors of #147EE5
Black with #147EE5
Text Example
Text Example
White with #147EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EE5; }
p { color: rgb(20,126,229); }
H1.HeaderClassName
{
color: #147EE5;
}
.AnyTagClassName
{
color: #147EE5;
}
</style>
background-color css
<style>
a { background-color: #147EE5; }
a { background-color: rgb(20,126,229); }
div.DivClassName
{
background-color: #147EE5;
}
.BgClassName
{
background-color: #147EE5;
}
</style>
border-color css
<style>
span { border-color: #147EE5; }
span { border-color: rgb(20,126,229); }
td.TdClassName
{
border-color: #147EE5;
}
.TagClassName
{
border-color: #147EE5;
}
</style>