Shades of Dodger Blue #067DFF
Tints of Dodger Blue #067DFF
RGB
CMYK
RGB Variations
Color information
#067DFF (or 0x067DFF) is known color: Dodger Blue. HEX triplet: 06, 7D and FF. RGB value is (6,125,255). Sum of RGB (Red+Green+Blue) = 6+125+255=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #067DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DFF is #F98200. Grayscale: #676767. Windows color (decimal): -16351745 or 16743686. OLE color: 16743686.
HSL color Cylindrical-coordinate representation of color #067DFF: hue angle of 211.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067DFF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 125 | 255 | - |
| CMYK | 0.98 | 0.51 | 0 | 0 |
| HSL | 211.33º | 1% | 0.51% | - |
| HSV(B) | 211.33º | 0.98% | 1% | - |
| XYZ | 25.46 | 21.93 | 97.5 | - |
| YUV | 104.24 | 213.08 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 255 | 0.98 | 0.51 | 0 | 0 | 211.33 | 1 | 0.51 |
| Hex | 6 | 7D | FF | 62 | 33 | 0 | 0 | D3 | 64 | 33 |
| Octal | 6 | 175 | 377 | 142 | 63 | 0 | 0 | 323 | 144 | 63 |
| Binary | 110 | 1111101 | 11111111 | 1100010 | 110011 | 0 | 0 | 11010011 | 1100100 | 110011 |
Color Harmonies of #067DFF
Complementary color
Monochromatic Colors of #067DFF
Black with #067DFF
Text Example
Text Example
White with #067DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DFF; }
p { color: rgb(6,125,255); }
H1.HeaderClassName
{
color: #067DFF;
}
.AnyTagClassName
{
color: #067DFF;
}
</style>
background-color css
<style>
a { background-color: #067DFF; }
a { background-color: rgb(6,125,255); }
div.DivClassName
{
background-color: #067DFF;
}
.BgClassName
{
background-color: #067DFF;
}
</style>
border-color css
<style>
span { border-color: #067DFF; }
span { border-color: rgb(6,125,255); }
td.TdClassName
{
border-color: #067DFF;
}
.TagClassName
{
border-color: #067DFF;
}
</style>