Shades of Dodger Blue #147BFF
Tints of Dodger Blue #147BFF
RGB
CMYK
RGB Variations
Color information
#147BFF (or 0x147BFF) is known color: Dodger Blue. HEX triplet: 14, 7B and FF. RGB value is (20,123,255). Sum of RGB (Red+Green+Blue) = 20+123+255=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #147BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BFF is #EB8400. Grayscale: #6A6A6A. Windows color (decimal): -15434753 or 16743188. OLE color: 16743188.
HSL color Cylindrical-coordinate representation of color #147BFF: hue angle of 213.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147BFF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 123 | 255 | - |
| CMYK | 0.92 | 0.52 | 0 | 0 |
| HSL | 213.7º | 1% | 0.54% | - |
| HSV(B) | 213.7º | 0.92% | 1% | - |
| XYZ | 25.42 | 21.53 | 97.42 | - |
| YUV | 107.25 | 211.38 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 255 | 0.92 | 0.52 | 0 | 0 | 213.7 | 1 | 0.54 |
| Hex | 14 | 7B | FF | 5C | 34 | 0 | 0 | D6 | 64 | 36 |
| Octal | 24 | 173 | 377 | 134 | 64 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10100 | 1111011 | 11111111 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #147BFF
Complementary color
Monochromatic Colors of #147BFF
Black with #147BFF
Text Example
Text Example
White with #147BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BFF; }
p { color: rgb(20,123,255); }
H1.HeaderClassName
{
color: #147BFF;
}
.AnyTagClassName
{
color: #147BFF;
}
</style>
background-color css
<style>
a { background-color: #147BFF; }
a { background-color: rgb(20,123,255); }
div.DivClassName
{
background-color: #147BFF;
}
.BgClassName
{
background-color: #147BFF;
}
</style>
border-color css
<style>
span { border-color: #147BFF; }
span { border-color: rgb(20,123,255); }
td.TdClassName
{
border-color: #147BFF;
}
.TagClassName
{
border-color: #147BFF;
}
</style>