Shades of Dodger Blue #147BEF
Tints of Dodger Blue #147BEF
RGB
CMYK
RGB Variations
Color information
#147BEF (or 0x147BEF) is known color: Dodger Blue. HEX triplet: 14, 7B and EF. RGB value is (20,123,239). Sum of RGB (Red+Green+Blue) = 20+123+239=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #147BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BEF is #EB8410. Grayscale: #686868. Windows color (decimal): -15434769 or 15694612. OLE color: 15694612.
HSL color Cylindrical-coordinate representation of color #147BEF: hue angle of 211.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147BEF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 123 | 239 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.06 |
| HSL | 211.78º | 0.87% | 0.51% | - |
| HSV(B) | 211.78º | 0.92% | 0.94% | - |
| XYZ | 22.95 | 20.55 | 84.42 | - |
| YUV | 105.43 | 203.38 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 239 | 0.92 | 0.49 | 0 | 0.06 | 211.78 | 0.87 | 0.51 |
| Hex | 14 | 7B | EF | 5C | 31 | 0 | 6 | D4 | 57 | 33 |
| Octal | 24 | 173 | 357 | 134 | 61 | 0 | 6 | 324 | 127 | 63 |
| Binary | 10100 | 1111011 | 11101111 | 1011100 | 110001 | 0 | 110 | 11010100 | 1010111 | 110011 |
Color Harmonies of #147BEF
Complementary color
Monochromatic Colors of #147BEF
Black with #147BEF
Text Example
Text Example
White with #147BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BEF; }
p { color: rgb(20,123,239); }
H1.HeaderClassName
{
color: #147BEF;
}
.AnyTagClassName
{
color: #147BEF;
}
</style>
background-color css
<style>
a { background-color: #147BEF; }
a { background-color: rgb(20,123,239); }
div.DivClassName
{
background-color: #147BEF;
}
.BgClassName
{
background-color: #147BEF;
}
</style>
border-color css
<style>
span { border-color: #147BEF; }
span { border-color: rgb(20,123,239); }
td.TdClassName
{
border-color: #147BEF;
}
.TagClassName
{
border-color: #147BEF;
}
</style>