Shades of Dodger Blue #0077FC
Tints of Dodger Blue #0077FC
RGB
CMYK
RGB Variations
Color information
#0077FC (or 0x0077FC) is known color: Dodger Blue. HEX triplet: 00, 77 and FC. RGB value is (0,119,252). Sum of RGB (Red+Green+Blue) = 0+119+252=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0077FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077FC is #FF8803. Grayscale: #616161. Windows color (decimal): -16746500 or 16545536. OLE color: 16545536.
HSL color Cylindrical-coordinate representation of color #0077FC: hue angle of 211.67º 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 #0077FC is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 119 | 252 | - |
| CMYK | 1 | 0.53 | 0 | 0.01 |
| HSL | 211.67º | 1% | 0.49% | - |
| HSV(B) | 211.67º | 1% | 0.99% | - |
| XYZ | 24.17 | 20.22 | 94.72 | - |
| YUV | 98.58 | 214.58 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 252 | 1 | 0.53 | 0 | 0.01 | 211.67 | 1 | 0.49 |
| Hex | 0 | 77 | FC | 64 | 35 | 0 | 1 | D4 | 64 | 31 |
| Octal | 0 | 167 | 374 | 144 | 65 | 0 | 1 | 324 | 144 | 61 |
| Binary | 0 | 1110111 | 11111100 | 1100100 | 110101 | 0 | 1 | 11010100 | 1100100 | 110001 |
Color Harmonies of #0077FC
Complementary color
Monochromatic Colors of #0077FC
Black with #0077FC
Text Example
Text Example
White with #0077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077FC; }
p { color: rgb(0,119,252); }
H1.HeaderClassName
{
color: #0077FC;
}
.AnyTagClassName
{
color: #0077FC;
}
</style>
background-color css
<style>
a { background-color: #0077FC; }
a { background-color: rgb(0,119,252); }
div.DivClassName
{
background-color: #0077FC;
}
.BgClassName
{
background-color: #0077FC;
}
</style>
border-color css
<style>
span { border-color: #0077FC; }
span { border-color: rgb(0,119,252); }
td.TdClassName
{
border-color: #0077FC;
}
.TagClassName
{
border-color: #0077FC;
}
</style>