Shades of Dodger Blue #1579FA
Tints of Dodger Blue #1579FA
RGB
CMYK
RGB Variations
Color information
#1579FA (or 0x1579FA) is known color: Dodger Blue. HEX triplet: 15, 79 and FA. RGB value is (21,121,250). Sum of RGB (Red+Green+Blue) = 21+121+250=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1579FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1579FA is #EA8605. Grayscale: #696969. Windows color (decimal): -15369734 or 16414997. OLE color: 16414997.
HSL color Cylindrical-coordinate representation of color #1579FA: hue angle of 213.8º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1579FA is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 121 | 250 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.02 |
| HSL | 213.8º | 0.96% | 0.53% | - |
| HSV(B) | 213.8º | 0.92% | 0.98% | - |
| XYZ | 24.4 | 20.74 | 93.16 | - |
| YUV | 105.81 | 209.37 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 250 | 0.92 | 0.52 | 0 | 0.02 | 213.8 | 0.96 | 0.53 |
| Hex | 15 | 79 | FA | 5C | 34 | 0 | 2 | D6 | 60 | 35 |
| Octal | 25 | 171 | 372 | 134 | 64 | 0 | 2 | 326 | 140 | 65 |
| Binary | 10101 | 1111001 | 11111010 | 1011100 | 110100 | 0 | 10 | 11010110 | 1100000 | 110101 |
Color Harmonies of #1579FA
Complementary color
Monochromatic Colors of #1579FA
Black with #1579FA
Text Example
Text Example
White with #1579FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1579FA; }
p { color: rgb(21,121,250); }
H1.HeaderClassName
{
color: #1579FA;
}
.AnyTagClassName
{
color: #1579FA;
}
</style>
background-color css
<style>
a { background-color: #1579FA; }
a { background-color: rgb(21,121,250); }
div.DivClassName
{
background-color: #1579FA;
}
.BgClassName
{
background-color: #1579FA;
}
</style>
border-color css
<style>
span { border-color: #1579FA; }
span { border-color: rgb(21,121,250); }
td.TdClassName
{
border-color: #1579FA;
}
.TagClassName
{
border-color: #1579FA;
}
</style>