Shades of Dodger Blue #147FE9
Tints of Dodger Blue #147FE9
RGB
CMYK
RGB Variations
Color information
#147FE9 (or 0x147FE9) is known color: Dodger Blue. HEX triplet: 14, 7F and E9. RGB value is (20,127,233). Sum of RGB (Red+Green+Blue) = 20+127+233=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #147FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FE9 is #EB8016. Grayscale: #6A6A6A. Windows color (decimal): -15433751 or 15302420. OLE color: 15302420.
HSL color Cylindrical-coordinate representation of color #147FE9: hue angle of 209.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147FE9 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 127 | 233 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.09 |
| HSL | 209.86º | 0.84% | 0.5% | - |
| HSV(B) | 209.86º | 0.91% | 0.91% | - |
| XYZ | 22.59 | 21.21 | 79.99 | - |
| YUV | 107.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 233 | 0.91 | 0.45 | 0 | 0.09 | 209.86 | 0.84 | 0.5 |
| Hex | 14 | 7F | E9 | 5B | 2D | 0 | 9 | D2 | 54 | 32 |
| Octal | 24 | 177 | 351 | 133 | 55 | 0 | 11 | 322 | 124 | 62 |
| Binary | 10100 | 1111111 | 11101001 | 1011011 | 101101 | 0 | 1001 | 11010010 | 1010100 | 110010 |
Color Harmonies of #147FE9
Complementary color
Monochromatic Colors of #147FE9
Black with #147FE9
Text Example
Text Example
White with #147FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FE9; }
p { color: rgb(20,127,233); }
H1.HeaderClassName
{
color: #147FE9;
}
.AnyTagClassName
{
color: #147FE9;
}
</style>
background-color css
<style>
a { background-color: #147FE9; }
a { background-color: rgb(20,127,233); }
div.DivClassName
{
background-color: #147FE9;
}
.BgClassName
{
background-color: #147FE9;
}
</style>
border-color css
<style>
span { border-color: #147FE9; }
span { border-color: rgb(20,127,233); }
td.TdClassName
{
border-color: #147FE9;
}
.TagClassName
{
border-color: #147FE9;
}
</style>