Shades of Dodger Blue #0176F9
Tints of Dodger Blue #0176F9
RGB
CMYK
RGB Variations
Color information
#0176F9 (or 0x0176F9) is known color: Dodger Blue. HEX triplet: 01, 76 and F9. RGB value is (1,118,249). Sum of RGB (Red+Green+Blue) = 1+118+249=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #0176F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176F9 is #FE8906. Grayscale: #616161. Windows color (decimal): -16681223 or 16348673. OLE color: 16348673.
HSL color Cylindrical-coordinate representation of color #0176F9: hue angle of 211.69º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176F9 is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 118 | 249 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.02 |
| HSL | 211.69º | 0.99% | 0.49% | - |
| HSV(B) | 211.69º | 1% | 0.98% | - |
| XYZ | 23.59 | 19.8 | 92.2 | - |
| YUV | 97.95 | 213.24 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 249 | 1.00 | 0.53 | 0 | 0.02 | 211.69 | 0.99 | 0.49 |
| Hex | 1 | 76 | F9 | 64 | 35 | 0 | 2 | D4 | 63 | 31 |
| Octal | 1 | 166 | 371 | 144 | 65 | 0 | 2 | 324 | 143 | 61 |
| Binary | 1 | 1110110 | 11111001 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100011 | 110001 |
Color Harmonies of #0176F9
Complementary color
Monochromatic Colors of #0176F9
Black with #0176F9
Text Example
Text Example
White with #0176F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176F9; }
p { color: rgb(1,118,249); }
H1.HeaderClassName
{
color: #0176F9;
}
.AnyTagClassName
{
color: #0176F9;
}
</style>
background-color css
<style>
a { background-color: #0176F9; }
a { background-color: rgb(1,118,249); }
div.DivClassName
{
background-color: #0176F9;
}
.BgClassName
{
background-color: #0176F9;
}
</style>
border-color css
<style>
span { border-color: #0176F9; }
span { border-color: rgb(1,118,249); }
td.TdClassName
{
border-color: #0176F9;
}
.TagClassName
{
border-color: #0176F9;
}
</style>