Shades of Dodger Blue #0176FA
Tints of Dodger Blue #0176FA
RGB
CMYK
RGB Variations
Color information
#0176FA (or 0x0176FA) is known color: Dodger Blue. HEX triplet: 01, 76 and FA. RGB value is (1,118,250). Sum of RGB (Red+Green+Blue) = 1+118+250=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #0176FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176FA is #FE8905. Grayscale: #616161. Windows color (decimal): -16681222 or 16414209. OLE color: 16414209.
HSL color Cylindrical-coordinate representation of color #0176FA: hue angle of 211.81º 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 #0176FA is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 118 | 250 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.02 |
| HSL | 211.81º | 0.99% | 0.49% | - |
| HSV(B) | 211.81º | 1% | 0.98% | - |
| XYZ | 23.75 | 19.87 | 93.03 | - |
| YUV | 98.07 | 213.74 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 250 | 1.00 | 0.53 | 0 | 0.02 | 211.81 | 0.99 | 0.49 |
| Hex | 1 | 76 | FA | 64 | 35 | 0 | 2 | D4 | 63 | 31 |
| Octal | 1 | 166 | 372 | 144 | 65 | 0 | 2 | 324 | 143 | 61 |
| Binary | 1 | 1110110 | 11111010 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100011 | 110001 |
Color Harmonies of #0176FA
Complementary color
Monochromatic Colors of #0176FA
Black with #0176FA
Text Example
Text Example
White with #0176FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176FA; }
p { color: rgb(1,118,250); }
H1.HeaderClassName
{
color: #0176FA;
}
.AnyTagClassName
{
color: #0176FA;
}
</style>
background-color css
<style>
a { background-color: #0176FA; }
a { background-color: rgb(1,118,250); }
div.DivClassName
{
background-color: #0176FA;
}
.BgClassName
{
background-color: #0176FA;
}
</style>
border-color css
<style>
span { border-color: #0176FA; }
span { border-color: rgb(1,118,250); }
td.TdClassName
{
border-color: #0176FA;
}
.TagClassName
{
border-color: #0176FA;
}
</style>