Shades of Dodger Blue #147AFF
Tints of Dodger Blue #147AFF
RGB
CMYK
RGB Variations
Color information
#147AFF (or 0x147AFF) is known color: Dodger Blue. HEX triplet: 14, 7A and FF. RGB value is (20,122,255). Sum of RGB (Red+Green+Blue) = 20+122+255=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #147AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147AFF is #EB8500. Grayscale: #6A6A6A. Windows color (decimal): -15435009 or 16742932. OLE color: 16742932.
HSL color Cylindrical-coordinate representation of color #147AFF: hue angle of 213.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147AFF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 122 | 255 | - |
| CMYK | 0.92 | 0.52 | 0 | 0 |
| HSL | 213.96º | 1% | 0.54% | - |
| HSV(B) | 213.96º | 0.92% | 1% | - |
| XYZ | 25.3 | 21.29 | 97.38 | - |
| YUV | 106.66 | 211.71 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 255 | 0.92 | 0.52 | 0 | 0 | 213.96 | 1 | 0.54 |
| Hex | 14 | 7A | FF | 5C | 34 | 0 | 0 | D6 | 64 | 36 |
| Octal | 24 | 172 | 377 | 134 | 64 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10100 | 1111010 | 11111111 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #147AFF
Complementary color
Monochromatic Colors of #147AFF
Black with #147AFF
Text Example
Text Example
White with #147AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AFF; }
p { color: rgb(20,122,255); }
H1.HeaderClassName
{
color: #147AFF;
}
.AnyTagClassName
{
color: #147AFF;
}
</style>
background-color css
<style>
a { background-color: #147AFF; }
a { background-color: rgb(20,122,255); }
div.DivClassName
{
background-color: #147AFF;
}
.BgClassName
{
background-color: #147AFF;
}
</style>
border-color css
<style>
span { border-color: #147AFF; }
span { border-color: rgb(20,122,255); }
td.TdClassName
{
border-color: #147AFF;
}
.TagClassName
{
border-color: #147AFF;
}
</style>