Shades of Dodger Blue #147CEB
Tints of Dodger Blue #147CEB
RGB
CMYK
RGB Variations
Color information
#147CEB (or 0x147CEB) is known color: Dodger Blue. HEX triplet: 14, 7C and EB. RGB value is (20,124,235). Sum of RGB (Red+Green+Blue) = 20+124+235=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #147CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CEB is #EB8314. Grayscale: #696969. Windows color (decimal): -15434517 or 15432724. OLE color: 15432724.
HSL color Cylindrical-coordinate representation of color #147CEB: hue angle of 210.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CEB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 124 | 235 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.08 |
| HSL | 210.98º | 0.84% | 0.5% | - |
| HSV(B) | 210.98º | 0.91% | 0.92% | - |
| XYZ | 22.49 | 20.56 | 81.38 | - |
| YUV | 105.56 | 201.04 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 235 | 0.91 | 0.47 | 0 | 0.08 | 210.98 | 0.84 | 0.5 |
| Hex | 14 | 7C | EB | 5B | 2F | 0 | 8 | D3 | 54 | 32 |
| Octal | 24 | 174 | 353 | 133 | 57 | 0 | 10 | 323 | 124 | 62 |
| Binary | 10100 | 1111100 | 11101011 | 1011011 | 101111 | 0 | 1000 | 11010011 | 1010100 | 110010 |
Color Harmonies of #147CEB
Complementary color
Monochromatic Colors of #147CEB
Black with #147CEB
Text Example
Text Example
White with #147CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CEB; }
p { color: rgb(20,124,235); }
H1.HeaderClassName
{
color: #147CEB;
}
.AnyTagClassName
{
color: #147CEB;
}
</style>
background-color css
<style>
a { background-color: #147CEB; }
a { background-color: rgb(20,124,235); }
div.DivClassName
{
background-color: #147CEB;
}
.BgClassName
{
background-color: #147CEB;
}
</style>
border-color css
<style>
span { border-color: #147CEB; }
span { border-color: rgb(20,124,235); }
td.TdClassName
{
border-color: #147CEB;
}
.TagClassName
{
border-color: #147CEB;
}
</style>