Shades of Dodger Blue #0176F7
Tints of Dodger Blue #0176F7
RGB
CMYK
RGB Variations
Color information
#0176F7 (or 0x0176F7) is known color: Dodger Blue. HEX triplet: 01, 76 and F7. RGB value is (1,118,247). Sum of RGB (Red+Green+Blue) = 1+118+247=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #0176F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176F7 is #FE8908. Grayscale: #616161. Windows color (decimal): -16681225 or 16217601. OLE color: 16217601.
HSL color Cylindrical-coordinate representation of color #0176F7: hue angle of 211.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176F7 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 118 | 247 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.03 |
| HSL | 211.46º | 0.99% | 0.49% | - |
| HSV(B) | 211.46º | 1% | 0.97% | - |
| XYZ | 23.28 | 19.68 | 90.57 | - |
| YUV | 97.72 | 212.24 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 247 | 1.00 | 0.52 | 0 | 0.03 | 211.46 | 0.99 | 0.49 |
| Hex | 1 | 76 | F7 | 64 | 34 | 0 | 3 | D3 | 63 | 31 |
| Octal | 1 | 166 | 367 | 144 | 64 | 0 | 3 | 323 | 143 | 61 |
| Binary | 1 | 1110110 | 11110111 | 1100100 | 110100 | 0 | 11 | 11010011 | 1100011 | 110001 |
Color Harmonies of #0176F7
Complementary color
Monochromatic Colors of #0176F7
Black with #0176F7
Text Example
Text Example
White with #0176F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176F7; }
p { color: rgb(1,118,247); }
H1.HeaderClassName
{
color: #0176F7;
}
.AnyTagClassName
{
color: #0176F7;
}
</style>
background-color css
<style>
a { background-color: #0176F7; }
a { background-color: rgb(1,118,247); }
div.DivClassName
{
background-color: #0176F7;
}
.BgClassName
{
background-color: #0176F7;
}
</style>
border-color css
<style>
span { border-color: #0176F7; }
span { border-color: rgb(1,118,247); }
td.TdClassName
{
border-color: #0176F7;
}
.TagClassName
{
border-color: #0176F7;
}
</style>