Shades of Dodger Blue #147CFD
Tints of Dodger Blue #147CFD
RGB
CMYK
RGB Variations
Color information
#147CFD (or 0x147CFD) is known color: Dodger Blue. HEX triplet: 14, 7C and FD. RGB value is (20,124,253). Sum of RGB (Red+Green+Blue) = 20+124+253=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #147CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CFD is #EB8302. Grayscale: #6A6A6A. Windows color (decimal): -15434499 or 16612372. OLE color: 16612372.
HSL color Cylindrical-coordinate representation of color #147CFD: hue angle of 213.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147CFD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 124 | 253 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.22º | 0.98% | 0.54% | - |
| HSV(B) | 213.22º | 0.92% | 0.99% | - |
| XYZ | 25.23 | 21.66 | 95.78 | - |
| YUV | 107.61 | 210.04 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 253 | 0.92 | 0.51 | 0 | 0.01 | 213.22 | 0.98 | 0.54 |
| Hex | 14 | 7C | FD | 5C | 33 | 0 | 1 | D5 | 62 | 36 |
| Octal | 24 | 174 | 375 | 134 | 63 | 0 | 1 | 325 | 142 | 66 |
| Binary | 10100 | 1111100 | 11111101 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100010 | 110110 |
Color Harmonies of #147CFD
Complementary color
Monochromatic Colors of #147CFD
Black with #147CFD
Text Example
Text Example
White with #147CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CFD; }
p { color: rgb(20,124,253); }
H1.HeaderClassName
{
color: #147CFD;
}
.AnyTagClassName
{
color: #147CFD;
}
</style>
background-color css
<style>
a { background-color: #147CFD; }
a { background-color: rgb(20,124,253); }
div.DivClassName
{
background-color: #147CFD;
}
.BgClassName
{
background-color: #147CFD;
}
</style>
border-color css
<style>
span { border-color: #147CFD; }
span { border-color: rgb(20,124,253); }
td.TdClassName
{
border-color: #147CFD;
}
.TagClassName
{
border-color: #147CFD;
}
</style>