Shades of Dodger Blue #1579FC
Tints of Dodger Blue #1579FC
RGB
CMYK
RGB Variations
Color information
#1579FC (or 0x1579FC) is known color: Dodger Blue. HEX triplet: 15, 79 and FC. RGB value is (21,121,252). Sum of RGB (Red+Green+Blue) = 21+121+252=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #1579FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1579FC is #EA8603. Grayscale: #696969. Windows color (decimal): -15369732 or 16546069. OLE color: 16546069.
HSL color Cylindrical-coordinate representation of color #1579FC: hue angle of 214.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1579FC is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 121 | 252 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.01 |
| HSL | 214.03º | 0.97% | 0.54% | - |
| HSV(B) | 214.03º | 0.92% | 0.99% | - |
| XYZ | 24.72 | 20.86 | 94.82 | - |
| YUV | 106.03 | 210.37 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 252 | 0.92 | 0.52 | 0 | 0.01 | 214.03 | 0.97 | 0.54 |
| Hex | 15 | 79 | FC | 5C | 34 | 0 | 1 | D6 | 61 | 36 |
| Octal | 25 | 171 | 374 | 134 | 64 | 0 | 1 | 326 | 141 | 66 |
| Binary | 10101 | 1111001 | 11111100 | 1011100 | 110100 | 0 | 1 | 11010110 | 1100001 | 110110 |
Color Harmonies of #1579FC
Complementary color
Monochromatic Colors of #1579FC
Black with #1579FC
Text Example
Text Example
White with #1579FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1579FC; }
p { color: rgb(21,121,252); }
H1.HeaderClassName
{
color: #1579FC;
}
.AnyTagClassName
{
color: #1579FC;
}
</style>
background-color css
<style>
a { background-color: #1579FC; }
a { background-color: rgb(21,121,252); }
div.DivClassName
{
background-color: #1579FC;
}
.BgClassName
{
background-color: #1579FC;
}
</style>
border-color css
<style>
span { border-color: #1579FC; }
span { border-color: rgb(21,121,252); }
td.TdClassName
{
border-color: #1579FC;
}
.TagClassName
{
border-color: #1579FC;
}
</style>