Shades of Dodger Blue #1479E8
Tints of Dodger Blue #1479E8
RGB
CMYK
RGB Variations
Color information
#1479E8 (or 0x1479E8) is known color: Dodger Blue. HEX triplet: 14, 79 and E8. RGB value is (20,121,232). Sum of RGB (Red+Green+Blue) = 20+121+232=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #1479E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479E8 is #EB8617. Grayscale: #666666. Windows color (decimal): -15435288 or 15235348. OLE color: 15235348.
HSL color Cylindrical-coordinate representation of color #1479E8: hue angle of 211.42º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1479E8 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 121 | 232 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.09 |
| HSL | 211.42º | 0.84% | 0.49% | - |
| HSV(B) | 211.42º | 0.91% | 0.91% | - |
| XYZ | 21.69 | 19.65 | 78.99 | - |
| YUV | 103.46 | 200.54 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 232 | 0.91 | 0.48 | 0 | 0.09 | 211.42 | 0.84 | 0.49 |
| Hex | 14 | 79 | E8 | 5B | 30 | 0 | 9 | D3 | 54 | 31 |
| Octal | 24 | 171 | 350 | 133 | 60 | 0 | 11 | 323 | 124 | 61 |
| Binary | 10100 | 1111001 | 11101000 | 1011011 | 110000 | 0 | 1001 | 11010011 | 1010100 | 110001 |
Color Harmonies of #1479E8
Complementary color
Monochromatic Colors of #1479E8
Black with #1479E8
Text Example
Text Example
White with #1479E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479E8; }
p { color: rgb(20,121,232); }
H1.HeaderClassName
{
color: #1479E8;
}
.AnyTagClassName
{
color: #1479E8;
}
</style>
background-color css
<style>
a { background-color: #1479E8; }
a { background-color: rgb(20,121,232); }
div.DivClassName
{
background-color: #1479E8;
}
.BgClassName
{
background-color: #1479E8;
}
</style>
border-color css
<style>
span { border-color: #1479E8; }
span { border-color: rgb(20,121,232); }
td.TdClassName
{
border-color: #1479E8;
}
.TagClassName
{
border-color: #1479E8;
}
</style>