Shades of Dodger Blue #147FE4
Tints of Dodger Blue #147FE4
RGB
CMYK
RGB Variations
Color information
#147FE4 (or 0x147FE4) is known color: Dodger Blue. HEX triplet: 14, 7F and E4. RGB value is (20,127,228). Sum of RGB (Red+Green+Blue) = 20+127+228=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #147FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FE4 is #EB801B. Grayscale: #6A6A6A. Windows color (decimal): -15433756 or 14974740. OLE color: 14974740.
HSL color Cylindrical-coordinate representation of color #147FE4: hue angle of 209.13º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147FE4 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 127 | 228 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.11 |
| HSL | 209.13º | 0.84% | 0.49% | - |
| HSV(B) | 209.13º | 0.91% | 0.89% | - |
| XYZ | 21.88 | 20.93 | 76.29 | - |
| YUV | 106.52 | 196.55 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 228 | 0.91 | 0.44 | 0 | 0.11 | 209.13 | 0.84 | 0.49 |
| Hex | 14 | 7F | E4 | 5B | 2C | 0 | B | D1 | 54 | 31 |
| Octal | 24 | 177 | 344 | 133 | 54 | 0 | 13 | 321 | 124 | 61 |
| Binary | 10100 | 1111111 | 11100100 | 1011011 | 101100 | 0 | 1011 | 11010001 | 1010100 | 110001 |
Color Harmonies of #147FE4
Complementary color
Monochromatic Colors of #147FE4
Black with #147FE4
Text Example
Text Example
White with #147FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FE4; }
p { color: rgb(20,127,228); }
H1.HeaderClassName
{
color: #147FE4;
}
.AnyTagClassName
{
color: #147FE4;
}
</style>
background-color css
<style>
a { background-color: #147FE4; }
a { background-color: rgb(20,127,228); }
div.DivClassName
{
background-color: #147FE4;
}
.BgClassName
{
background-color: #147FE4;
}
</style>
border-color css
<style>
span { border-color: #147FE4; }
span { border-color: rgb(20,127,228); }
td.TdClassName
{
border-color: #147FE4;
}
.TagClassName
{
border-color: #147FE4;
}
</style>