Shades of Dodger Blue #147BF1
Tints of Dodger Blue #147BF1
RGB
CMYK
RGB Variations
Color information
#147BF1 (or 0x147BF1) is known color: Dodger Blue. HEX triplet: 14, 7B and F1. RGB value is (20,123,241). Sum of RGB (Red+Green+Blue) = 20+123+241=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #147BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BF1 is #EB840E. Grayscale: #696969. Windows color (decimal): -15434767 or 15825684. OLE color: 15825684.
HSL color Cylindrical-coordinate representation of color #147BF1: hue angle of 212.04º 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 #147BF1 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 123 | 241 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.05 |
| HSL | 212.04º | 0.89% | 0.51% | - |
| HSV(B) | 212.04º | 0.92% | 0.95% | - |
| XYZ | 23.25 | 20.67 | 85.98 | - |
| YUV | 105.66 | 204.38 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 241 | 0.92 | 0.49 | 0 | 0.05 | 212.04 | 0.89 | 0.51 |
| Hex | 14 | 7B | F1 | 5C | 31 | 0 | 5 | D4 | 59 | 33 |
| Octal | 24 | 173 | 361 | 134 | 61 | 0 | 5 | 324 | 131 | 63 |
| Binary | 10100 | 1111011 | 11110001 | 1011100 | 110001 | 0 | 101 | 11010100 | 1011001 | 110011 |
Color Harmonies of #147BF1
Complementary color
Monochromatic Colors of #147BF1
Black with #147BF1
Text Example
Text Example
White with #147BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BF1; }
p { color: rgb(20,123,241); }
H1.HeaderClassName
{
color: #147BF1;
}
.AnyTagClassName
{
color: #147BF1;
}
</style>
background-color css
<style>
a { background-color: #147BF1; }
a { background-color: rgb(20,123,241); }
div.DivClassName
{
background-color: #147BF1;
}
.BgClassName
{
background-color: #147BF1;
}
</style>
border-color css
<style>
span { border-color: #147BF1; }
span { border-color: rgb(20,123,241); }
td.TdClassName
{
border-color: #147BF1;
}
.TagClassName
{
border-color: #147BF1;
}
</style>