Shades of Dodger Blue #1579FF
Tints of Dodger Blue #1579FF
RGB
CMYK
RGB Variations
Color information
#1579FF (or 0x1579FF) is known color: Dodger Blue. HEX triplet: 15, 79 and FF. RGB value is (21,121,255). Sum of RGB (Red+Green+Blue) = 21+121+255=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1579FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1579FF is #EA8600. Grayscale: #696969. Windows color (decimal): -15369729 or 16742677. OLE color: 16742677.
HSL color Cylindrical-coordinate representation of color #1579FF: hue angle of 214.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1579FF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 121 | 255 | - |
| CMYK | 0.92 | 0.53 | 0 | 0 |
| HSL | 214.36º | 1% | 0.54% | - |
| HSV(B) | 214.36º | 0.92% | 1% | - |
| XYZ | 25.2 | 21.05 | 97.34 | - |
| YUV | 106.38 | 211.87 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 255 | 0.92 | 0.53 | 0 | 0 | 214.36 | 1 | 0.54 |
| Hex | 15 | 79 | FF | 5C | 35 | 0 | 0 | D6 | 64 | 36 |
| Octal | 25 | 171 | 377 | 134 | 65 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10101 | 1111001 | 11111111 | 1011100 | 110101 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #1579FF
Complementary color
Monochromatic Colors of #1579FF
Black with #1579FF
Text Example
Text Example
White with #1579FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1579FF; }
p { color: rgb(21,121,255); }
H1.HeaderClassName
{
color: #1579FF;
}
.AnyTagClassName
{
color: #1579FF;
}
</style>
background-color css
<style>
a { background-color: #1579FF; }
a { background-color: rgb(21,121,255); }
div.DivClassName
{
background-color: #1579FF;
}
.BgClassName
{
background-color: #1579FF;
}
</style>
border-color css
<style>
span { border-color: #1579FF; }
span { border-color: rgb(21,121,255); }
td.TdClassName
{
border-color: #1579FF;
}
.TagClassName
{
border-color: #1579FF;
}
</style>