Shades of Dodger Blue #0076FC
Tints of Dodger Blue #0076FC
RGB
CMYK
RGB Variations
Color information
#0076FC (or 0x0076FC) is known color: Dodger Blue. HEX triplet: 00, 76 and FC. RGB value is (0,118,252). Sum of RGB (Red+Green+Blue) = 0+118+252=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #0076FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076FC is #FF8903. Grayscale: #616161. Windows color (decimal): -16746756 or 16545280. OLE color: 16545280.
HSL color Cylindrical-coordinate representation of color #0076FC: hue angle of 211.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076FC is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 118 | 252 | - |
| CMYK | 1 | 0.53 | 0 | 0.01 |
| HSL | 211.9º | 1% | 0.49% | - |
| HSV(B) | 211.9º | 1% | 0.99% | - |
| XYZ | 24.05 | 19.99 | 94.69 | - |
| YUV | 97.99 | 214.91 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 252 | 1 | 0.53 | 0 | 0.01 | 211.9 | 1 | 0.49 |
| Hex | 0 | 76 | FC | 64 | 35 | 0 | 1 | D4 | 64 | 31 |
| Octal | 0 | 166 | 374 | 144 | 65 | 0 | 1 | 324 | 144 | 61 |
| Binary | 0 | 1110110 | 11111100 | 1100100 | 110101 | 0 | 1 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0076FC
Complementary color
Monochromatic Colors of #0076FC
Black with #0076FC
Text Example
Text Example
White with #0076FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076FC; }
p { color: rgb(0,118,252); }
H1.HeaderClassName
{
color: #0076FC;
}
.AnyTagClassName
{
color: #0076FC;
}
</style>
background-color css
<style>
a { background-color: #0076FC; }
a { background-color: rgb(0,118,252); }
div.DivClassName
{
background-color: #0076FC;
}
.BgClassName
{
background-color: #0076FC;
}
</style>
border-color css
<style>
span { border-color: #0076FC; }
span { border-color: rgb(0,118,252); }
td.TdClassName
{
border-color: #0076FC;
}
.TagClassName
{
border-color: #0076FC;
}
</style>