Shades of Dodger Blue #0077FF
Tints of Dodger Blue #0077FF
RGB
CMYK
RGB Variations
Color information
#0077FF (or 0x0077FF) is known color: Dodger Blue. HEX triplet: 00, 77 and FF. RGB value is (0,119,255). Sum of RGB (Red+Green+Blue) = 0+119+255=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0077FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0077FF is #FF8800. Grayscale: #626262. Windows color (decimal): -16746497 or 16742144. OLE color: 16742144.
HSL color Cylindrical-coordinate representation of color #0077FF: hue angle of 212º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077FF is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 119 | 255 | - |
CMYK | 1 | 0.53 | 0 | 0 |
HSL | 212º | 1% | 0.5% | - |
HSV(B) | 212º | 1% | 1% | - |
XYZ | 24.65 | 20.41 | 97.25 | - |
YUV | 98.92 | 216.08 | 57.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 119 | 255 | 1 | 0.53 | 0 | 0 | 212 | 1 | 0.5 |
Hex | 0 | 77 | FF | 64 | 35 | 0 | 0 | D4 | 64 | 32 |
Octal | 0 | 167 | 377 | 144 | 65 | 0 | 0 | 324 | 144 | 62 |
Binary | 0 | 1110111 | 11111111 | 1100100 | 110101 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0077FF
Complementary color
Monochromatic Colors of #0077FF
Black with #0077FF
Text Example
Text Example
White with #0077FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077FF; }
p { color: rgb(0,119,255); }
H1.HeaderClassName
{
color: #0077FF;
}
.AnyTagClassName
{
color: #0077FF;
}
</style>
background-color css
<style>
a { background-color: #0077FF; }
a { background-color: rgb(0,119,255); }
div.DivClassName
{
background-color: #0077FF;
}
.BgClassName
{
background-color: #0077FF;
}
</style>
border-color css
<style>
span { border-color: #0077FF; }
span { border-color: rgb(0,119,255); }
td.TdClassName
{
border-color: #0077FF;
}
.TagClassName
{
border-color: #0077FF;
}
</style>