Shades of Dodger Blue #0076FA
Tints of Dodger Blue #0076FA
RGB
CMYK
RGB Variations
Color information
#0076FA (or 0x0076FA) is known color: Dodger Blue. HEX triplet: 00, 76 and FA. RGB value is (0,118,250). Sum of RGB (Red+Green+Blue) = 0+118+250=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #0076FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076FA is #FF8905. Grayscale: #616161. Windows color (decimal): -16746758 or 16414208. OLE color: 16414208.
HSL color Cylindrical-coordinate representation of color #0076FA: hue angle of 211.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076FA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 118 | 250 | - |
| CMYK | 1 | 0.53 | 0 | 0.02 |
| HSL | 211.68º | 1% | 0.49% | - |
| HSV(B) | 211.68º | 1% | 0.98% | - |
| XYZ | 23.73 | 19.86 | 93.02 | - |
| YUV | 97.77 | 213.91 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 250 | 1 | 0.53 | 0 | 0.02 | 211.68 | 1 | 0.49 |
| Hex | 0 | 76 | FA | 64 | 35 | 0 | 2 | D4 | 64 | 31 |
| Octal | 0 | 166 | 372 | 144 | 65 | 0 | 2 | 324 | 144 | 61 |
| Binary | 0 | 1110110 | 11111010 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0076FA
Complementary color
Monochromatic Colors of #0076FA
Black with #0076FA
Text Example
Text Example
White with #0076FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076FA; }
p { color: rgb(0,118,250); }
H1.HeaderClassName
{
color: #0076FA;
}
.AnyTagClassName
{
color: #0076FA;
}
</style>
background-color css
<style>
a { background-color: #0076FA; }
a { background-color: rgb(0,118,250); }
div.DivClassName
{
background-color: #0076FA;
}
.BgClassName
{
background-color: #0076FA;
}
</style>
border-color css
<style>
span { border-color: #0076FA; }
span { border-color: rgb(0,118,250); }
td.TdClassName
{
border-color: #0076FA;
}
.TagClassName
{
border-color: #0076FA;
}
</style>