Shades of Dodger Blue #147CFB
Tints of Dodger Blue #147CFB
RGB
CMYK
RGB Variations
Color information
#147CFB (or 0x147CFB) is known color: Dodger Blue. HEX triplet: 14, 7C and FB. RGB value is (20,124,251). Sum of RGB (Red+Green+Blue) = 20+124+251=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #147CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CFB is #EB8304. Grayscale: #6A6A6A. Windows color (decimal): -15434501 or 16481300. OLE color: 16481300.
HSL color Cylindrical-coordinate representation of color #147CFB: hue angle of 212.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147CFB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 124 | 251 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.02 |
| HSL | 212.99º | 0.97% | 0.53% | - |
| HSV(B) | 212.99º | 0.92% | 0.98% | - |
| XYZ | 24.91 | 21.53 | 94.11 | - |
| YUV | 107.38 | 209.04 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 251 | 0.92 | 0.51 | 0 | 0.02 | 212.99 | 0.97 | 0.53 |
| Hex | 14 | 7C | FB | 5C | 33 | 0 | 2 | D5 | 61 | 35 |
| Octal | 24 | 174 | 373 | 134 | 63 | 0 | 2 | 325 | 141 | 65 |
| Binary | 10100 | 1111100 | 11111011 | 1011100 | 110011 | 0 | 10 | 11010101 | 1100001 | 110101 |
Color Harmonies of #147CFB
Complementary color
Monochromatic Colors of #147CFB
Black with #147CFB
Text Example
Text Example
White with #147CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CFB; }
p { color: rgb(20,124,251); }
H1.HeaderClassName
{
color: #147CFB;
}
.AnyTagClassName
{
color: #147CFB;
}
</style>
background-color css
<style>
a { background-color: #147CFB; }
a { background-color: rgb(20,124,251); }
div.DivClassName
{
background-color: #147CFB;
}
.BgClassName
{
background-color: #147CFB;
}
</style>
border-color css
<style>
span { border-color: #147CFB; }
span { border-color: rgb(20,124,251); }
td.TdClassName
{
border-color: #147CFB;
}
.TagClassName
{
border-color: #147CFB;
}
</style>