Shades of Dodger Blue #147FF1
Tints of Dodger Blue #147FF1
RGB
CMYK
RGB Variations
Color information
#147FF1 (or 0x147FF1) is known color: Dodger Blue. HEX triplet: 14, 7F and F1. RGB value is (20,127,241). Sum of RGB (Red+Green+Blue) = 20+127+241=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #147FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FF1 is #EB800E. Grayscale: #6B6B6B. Windows color (decimal): -15433743 or 15826708. OLE color: 15826708.
HSL color Cylindrical-coordinate representation of color #147FF1: hue angle of 210.95º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147FF1 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 127 | 241 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.05 |
| HSL | 210.95º | 0.89% | 0.51% | - |
| HSV(B) | 210.95º | 0.92% | 0.95% | - |
| XYZ | 23.76 | 21.68 | 86.15 | - |
| YUV | 108 | 203.05 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 241 | 0.92 | 0.47 | 0 | 0.05 | 210.95 | 0.89 | 0.51 |
| Hex | 14 | 7F | F1 | 5C | 2F | 0 | 5 | D3 | 59 | 33 |
| Octal | 24 | 177 | 361 | 134 | 57 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10100 | 1111111 | 11110001 | 1011100 | 101111 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #147FF1
Complementary color
Monochromatic Colors of #147FF1
Black with #147FF1
Text Example
Text Example
White with #147FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FF1; }
p { color: rgb(20,127,241); }
H1.HeaderClassName
{
color: #147FF1;
}
.AnyTagClassName
{
color: #147FF1;
}
</style>
background-color css
<style>
a { background-color: #147FF1; }
a { background-color: rgb(20,127,241); }
div.DivClassName
{
background-color: #147FF1;
}
.BgClassName
{
background-color: #147FF1;
}
</style>
border-color css
<style>
span { border-color: #147FF1; }
span { border-color: rgb(20,127,241); }
td.TdClassName
{
border-color: #147FF1;
}
.TagClassName
{
border-color: #147FF1;
}
</style>