Shades of Dodger Blue #1476EB
Tints of Dodger Blue #1476EB
RGB
CMYK
RGB Variations
Color information
#1476EB (or 0x1476EB) is known color: Dodger Blue. HEX triplet: 14, 76 and EB. RGB value is (20,118,235). Sum of RGB (Red+Green+Blue) = 20+118+235=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1476EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1476EB is #EB8914. Grayscale: #656565. Windows color (decimal): -15436053 or 15431188. OLE color: 15431188.
HSL color Cylindrical-coordinate representation of color #1476EB: hue angle of 212.65º 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 #1476EB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 118 | 235 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.08 |
| HSL | 212.65º | 0.84% | 0.5% | - |
| HSV(B) | 212.65º | 0.91% | 0.92% | - |
| XYZ | 21.76 | 19.1 | 81.14 | - |
| YUV | 102.04 | 203.03 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 235 | 0.91 | 0.50 | 0 | 0.08 | 212.65 | 0.84 | 0.5 |
| Hex | 14 | 76 | EB | 5B | 32 | 0 | 8 | D5 | 54 | 32 |
| Octal | 24 | 166 | 353 | 133 | 62 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10100 | 1110110 | 11101011 | 1011011 | 110010 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1476EB
Complementary color
Monochromatic Colors of #1476EB
Black with #1476EB
Text Example
Text Example
White with #1476EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1476EB; }
p { color: rgb(20,118,235); }
H1.HeaderClassName
{
color: #1476EB;
}
.AnyTagClassName
{
color: #1476EB;
}
</style>
background-color css
<style>
a { background-color: #1476EB; }
a { background-color: rgb(20,118,235); }
div.DivClassName
{
background-color: #1476EB;
}
.BgClassName
{
background-color: #1476EB;
}
</style>
border-color css
<style>
span { border-color: #1476EB; }
span { border-color: rgb(20,118,235); }
td.TdClassName
{
border-color: #1476EB;
}
.TagClassName
{
border-color: #1476EB;
}
</style>