Shades of Dodger Blue #147BFD
Tints of Dodger Blue #147BFD
RGB
CMYK
RGB Variations
Color information
#147BFD (or 0x147BFD) is known color: Dodger Blue. HEX triplet: 14, 7B and FD. RGB value is (20,123,253). Sum of RGB (Red+Green+Blue) = 20+123+253=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #147BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BFD is #EB8402. Grayscale: #6A6A6A. Windows color (decimal): -15434755 or 16612116. OLE color: 16612116.
HSL color Cylindrical-coordinate representation of color #147BFD: hue angle of 213.48º 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 #147BFD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 123 | 253 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.48º | 0.98% | 0.54% | - |
| HSV(B) | 213.48º | 0.92% | 0.99% | - |
| XYZ | 25.1 | 21.41 | 95.74 | - |
| YUV | 107.02 | 210.38 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 253 | 0.92 | 0.51 | 0 | 0.01 | 213.48 | 0.98 | 0.54 |
| Hex | 14 | 7B | FD | 5C | 33 | 0 | 1 | D5 | 62 | 36 |
| Octal | 24 | 173 | 375 | 134 | 63 | 0 | 1 | 325 | 142 | 66 |
| Binary | 10100 | 1111011 | 11111101 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100010 | 110110 |
Color Harmonies of #147BFD
Complementary color
Monochromatic Colors of #147BFD
Black with #147BFD
Text Example
Text Example
White with #147BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BFD; }
p { color: rgb(20,123,253); }
H1.HeaderClassName
{
color: #147BFD;
}
.AnyTagClassName
{
color: #147BFD;
}
</style>
background-color css
<style>
a { background-color: #147BFD; }
a { background-color: rgb(20,123,253); }
div.DivClassName
{
background-color: #147BFD;
}
.BgClassName
{
background-color: #147BFD;
}
</style>
border-color css
<style>
span { border-color: #147BFD; }
span { border-color: rgb(20,123,253); }
td.TdClassName
{
border-color: #147BFD;
}
.TagClassName
{
border-color: #147BFD;
}
</style>