Shades of Dodger Blue #1479F1
Tints of Dodger Blue #1479F1
RGB
CMYK
RGB Variations
Color information
#1479F1 (or 0x1479F1) is known color: Dodger Blue. HEX triplet: 14, 79 and F1. RGB value is (20,121,241). Sum of RGB (Red+Green+Blue) = 20+121+241=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #1479F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479F1 is #EB860E. Grayscale: #676767. Windows color (decimal): -15435279 or 15825172. OLE color: 15825172.
HSL color Cylindrical-coordinate representation of color #1479F1: hue angle of 212.58º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1479F1 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 121 | 241 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.05 |
| HSL | 212.58º | 0.89% | 0.51% | - |
| HSV(B) | 212.58º | 0.92% | 0.95% | - |
| XYZ | 23 | 20.17 | 85.9 | - |
| YUV | 104.48 | 205.04 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 241 | 0.92 | 0.50 | 0 | 0.05 | 212.58 | 0.89 | 0.51 |
| Hex | 14 | 79 | F1 | 5C | 32 | 0 | 5 | D5 | 59 | 33 |
| Octal | 24 | 171 | 361 | 134 | 62 | 0 | 5 | 325 | 131 | 63 |
| Binary | 10100 | 1111001 | 11110001 | 1011100 | 110010 | 0 | 101 | 11010101 | 1011001 | 110011 |
Color Harmonies of #1479F1
Complementary color
Monochromatic Colors of #1479F1
Black with #1479F1
Text Example
Text Example
White with #1479F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479F1; }
p { color: rgb(20,121,241); }
H1.HeaderClassName
{
color: #1479F1;
}
.AnyTagClassName
{
color: #1479F1;
}
</style>
background-color css
<style>
a { background-color: #1479F1; }
a { background-color: rgb(20,121,241); }
div.DivClassName
{
background-color: #1479F1;
}
.BgClassName
{
background-color: #1479F1;
}
</style>
border-color css
<style>
span { border-color: #1479F1; }
span { border-color: rgb(20,121,241); }
td.TdClassName
{
border-color: #1479F1;
}
.TagClassName
{
border-color: #1479F1;
}
</style>