Shades of Dodger Blue #0076FB
Tints of Dodger Blue #0076FB
RGB
CMYK
RGB Variations
Color information
#0076FB (or 0x0076FB) is known color: Dodger Blue. HEX triplet: 00, 76 and FB. RGB value is (0,118,251). Sum of RGB (Red+Green+Blue) = 0+118+251=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #0076FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076FB is #FF8904. Grayscale: #616161. Windows color (decimal): -16746757 or 16479744. OLE color: 16479744.
HSL color Cylindrical-coordinate representation of color #0076FB: hue angle of 211.79º 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 #0076FB is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 118 | 251 | - |
| CMYK | 1 | 0.53 | 0 | 0.02 |
| HSL | 211.79º | 1% | 0.49% | - |
| HSV(B) | 211.79º | 1% | 0.98% | - |
| XYZ | 23.89 | 19.92 | 93.85 | - |
| YUV | 97.88 | 214.41 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 251 | 1 | 0.53 | 0 | 0.02 | 211.79 | 1 | 0.49 |
| Hex | 0 | 76 | FB | 64 | 35 | 0 | 2 | D4 | 64 | 31 |
| Octal | 0 | 166 | 373 | 144 | 65 | 0 | 2 | 324 | 144 | 61 |
| Binary | 0 | 1110110 | 11111011 | 1100100 | 110101 | 0 | 10 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0076FB
Complementary color
Monochromatic Colors of #0076FB
Black with #0076FB
Text Example
Text Example
White with #0076FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076FB; }
p { color: rgb(0,118,251); }
H1.HeaderClassName
{
color: #0076FB;
}
.AnyTagClassName
{
color: #0076FB;
}
</style>
background-color css
<style>
a { background-color: #0076FB; }
a { background-color: rgb(0,118,251); }
div.DivClassName
{
background-color: #0076FB;
}
.BgClassName
{
background-color: #0076FB;
}
</style>
border-color css
<style>
span { border-color: #0076FB; }
span { border-color: rgb(0,118,251); }
td.TdClassName
{
border-color: #0076FB;
}
.TagClassName
{
border-color: #0076FB;
}
</style>