Shades of Dodger Blue #1479EB
Tints of Dodger Blue #1479EB
RGB
CMYK
RGB Variations
Color information
#1479EB (or 0x1479EB) is known color: Dodger Blue. HEX triplet: 14, 79 and EB. RGB value is (20,121,235). Sum of RGB (Red+Green+Blue) = 20+121+235=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #1479EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479EB is #EB8614. Grayscale: #676767. Windows color (decimal): -15435285 or 15431956. OLE color: 15431956.
HSL color Cylindrical-coordinate representation of color #1479EB: hue angle of 211.81º 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 #1479EB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 121 | 235 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.08 |
| HSL | 211.81º | 0.84% | 0.5% | - |
| HSV(B) | 211.81º | 0.91% | 0.92% | - |
| XYZ | 22.12 | 19.82 | 81.26 | - |
| YUV | 103.8 | 202.04 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 235 | 0.91 | 0.49 | 0 | 0.08 | 211.81 | 0.84 | 0.5 |
| Hex | 14 | 79 | EB | 5B | 31 | 0 | 8 | D4 | 54 | 32 |
| Octal | 24 | 171 | 353 | 133 | 61 | 0 | 10 | 324 | 124 | 62 |
| Binary | 10100 | 1111001 | 11101011 | 1011011 | 110001 | 0 | 1000 | 11010100 | 1010100 | 110010 |
Color Harmonies of #1479EB
Complementary color
Monochromatic Colors of #1479EB
Black with #1479EB
Text Example
Text Example
White with #1479EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479EB; }
p { color: rgb(20,121,235); }
H1.HeaderClassName
{
color: #1479EB;
}
.AnyTagClassName
{
color: #1479EB;
}
</style>
background-color css
<style>
a { background-color: #1479EB; }
a { background-color: rgb(20,121,235); }
div.DivClassName
{
background-color: #1479EB;
}
.BgClassName
{
background-color: #1479EB;
}
</style>
border-color css
<style>
span { border-color: #1479EB; }
span { border-color: rgb(20,121,235); }
td.TdClassName
{
border-color: #1479EB;
}
.TagClassName
{
border-color: #1479EB;
}
</style>