Shades of Dodger Blue #1576F6
Tints of Dodger Blue #1576F6
RGB
CMYK
RGB Variations
Color information
#1576F6 (or 0x1576F6) is known color: Dodger Blue. HEX triplet: 15, 76 and F6. RGB value is (21,118,246). Sum of RGB (Red+Green+Blue) = 21+118+246=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 246 (96.48% from 255 or 63.90% from 385); Max value from RGB is 246 - color contains mainly: blue. Hex color #1576F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576F6 is #EA8909. Grayscale: #666666. Windows color (decimal): -15370506 or 16152085. OLE color: 16152085.
HSL color Cylindrical-coordinate representation of color #1576F6: hue angle of 214.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1576F6 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 118 | 246 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.04 |
| HSL | 214.13º | 0.93% | 0.52% | - |
| HSV(B) | 214.13º | 0.91% | 0.96% | - |
| XYZ | 23.42 | 19.77 | 89.77 | - |
| YUV | 103.59 | 208.36 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 246 | 0.91 | 0.52 | 0 | 0.04 | 214.13 | 0.93 | 0.52 |
| Hex | 15 | 76 | F6 | 5B | 34 | 0 | 4 | D6 | 5D | 34 |
| Octal | 25 | 166 | 366 | 133 | 64 | 0 | 4 | 326 | 135 | 64 |
| Binary | 10101 | 1110110 | 11110110 | 1011011 | 110100 | 0 | 100 | 11010110 | 1011101 | 110100 |
Color Harmonies of #1576F6
Complementary color
Monochromatic Colors of #1576F6
Black with #1576F6
Text Example
Text Example
White with #1576F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576F6; }
p { color: rgb(21,118,246); }
H1.HeaderClassName
{
color: #1576F6;
}
.AnyTagClassName
{
color: #1576F6;
}
</style>
background-color css
<style>
a { background-color: #1576F6; }
a { background-color: rgb(21,118,246); }
div.DivClassName
{
background-color: #1576F6;
}
.BgClassName
{
background-color: #1576F6;
}
</style>
border-color css
<style>
span { border-color: #1576F6; }
span { border-color: rgb(21,118,246); }
td.TdClassName
{
border-color: #1576F6;
}
.TagClassName
{
border-color: #1576F6;
}
</style>