Shades of Dodger Blue #1473EB
Tints of Dodger Blue #1473EB
RGB
CMYK
RGB Variations
Color information
#1473EB (or 0x1473EB) is known color: Dodger Blue. HEX triplet: 14, 73 and EB. RGB value is (20,115,235). Sum of RGB (Red+Green+Blue) = 20+115+235=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #1473EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1473EB is #EB8C14. Grayscale: #636363. Windows color (decimal): -15436821 or 15430420. OLE color: 15430420.
HSL color Cylindrical-coordinate representation of color #1473EB: hue angle of 213.49º 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 #1473EB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 115 | 235 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.08 |
| HSL | 213.49º | 0.84% | 0.5% | - |
| HSV(B) | 213.49º | 0.91% | 0.92% | - |
| XYZ | 21.41 | 18.41 | 81.02 | - |
| YUV | 100.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 235 | 0.91 | 0.51 | 0 | 0.08 | 213.49 | 0.84 | 0.5 |
| Hex | 14 | 73 | EB | 5B | 33 | 0 | 8 | D5 | 54 | 32 |
| Octal | 24 | 163 | 353 | 133 | 63 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10100 | 1110011 | 11101011 | 1011011 | 110011 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1473EB
Complementary color
Monochromatic Colors of #1473EB
Black with #1473EB
Text Example
Text Example
White with #1473EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473EB; }
p { color: rgb(20,115,235); }
H1.HeaderClassName
{
color: #1473EB;
}
.AnyTagClassName
{
color: #1473EB;
}
</style>
background-color css
<style>
a { background-color: #1473EB; }
a { background-color: rgb(20,115,235); }
div.DivClassName
{
background-color: #1473EB;
}
.BgClassName
{
background-color: #1473EB;
}
</style>
border-color css
<style>
span { border-color: #1473EB; }
span { border-color: rgb(20,115,235); }
td.TdClassName
{
border-color: #1473EB;
}
.TagClassName
{
border-color: #1473EB;
}
</style>