Shades of Dodger Blue #147FE0
Tints of Dodger Blue #147FE0
RGB
CMYK
RGB Variations
Color information
#147FE0 (or 0x147FE0) is known color: Dodger Blue. HEX triplet: 14, 7F and E0. RGB value is (20,127,224). Sum of RGB (Red+Green+Blue) = 20+127+224=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #147FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FE0 is #EB801F. Grayscale: #696969. Windows color (decimal): -15433760 or 14712596. OLE color: 14712596.
HSL color Cylindrical-coordinate representation of color #147FE0: hue angle of 208.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147FE0 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 127 | 224 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.12 |
| HSL | 208.53º | 0.84% | 0.48% | - |
| HSV(B) | 208.53º | 0.91% | 0.88% | - |
| XYZ | 21.33 | 20.71 | 73.39 | - |
| YUV | 106.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 224 | 0.91 | 0.43 | 0 | 0.12 | 208.53 | 0.84 | 0.48 |
| Hex | 14 | 7F | E0 | 5B | 2B | 0 | C | D1 | 54 | 30 |
| Octal | 24 | 177 | 340 | 133 | 53 | 0 | 14 | 321 | 124 | 60 |
| Binary | 10100 | 1111111 | 11100000 | 1011011 | 101011 | 0 | 1100 | 11010001 | 1010100 | 110000 |
Color Harmonies of #147FE0
Complementary color
Monochromatic Colors of #147FE0
Black with #147FE0
Text Example
Text Example
White with #147FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FE0; }
p { color: rgb(20,127,224); }
H1.HeaderClassName
{
color: #147FE0;
}
.AnyTagClassName
{
color: #147FE0;
}
</style>
background-color css
<style>
a { background-color: #147FE0; }
a { background-color: rgb(20,127,224); }
div.DivClassName
{
background-color: #147FE0;
}
.BgClassName
{
background-color: #147FE0;
}
</style>
border-color css
<style>
span { border-color: #147FE0; }
span { border-color: rgb(20,127,224); }
td.TdClassName
{
border-color: #147FE0;
}
.TagClassName
{
border-color: #147FE0;
}
</style>