Shades of Dodger Blue #067DF7
Tints of Dodger Blue #067DF7
RGB
CMYK
RGB Variations
Color information
#067DF7 (or 0x067DF7) is known color: Dodger Blue. HEX triplet: 06, 7D and F7. RGB value is (6,125,247). Sum of RGB (Red+Green+Blue) = 6+125+247=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #067DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DF7 is #F98208. Grayscale: #666666. Windows color (decimal): -16351753 or 16219398. OLE color: 16219398.
HSL color Cylindrical-coordinate representation of color #067DF7: hue angle of 210.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067DF7 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 125 | 247 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.03 |
| HSL | 210.37º | 0.95% | 0.5% | - |
| HSV(B) | 210.37º | 0.98% | 0.97% | - |
| XYZ | 24.2 | 21.42 | 90.86 | - |
| YUV | 103.33 | 209.08 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 247 | 0.98 | 0.49 | 0 | 0.03 | 210.37 | 0.95 | 0.5 |
| Hex | 6 | 7D | F7 | 62 | 31 | 0 | 3 | D2 | 5F | 32 |
| Octal | 6 | 175 | 367 | 142 | 61 | 0 | 3 | 322 | 137 | 62 |
| Binary | 110 | 1111101 | 11110111 | 1100010 | 110001 | 0 | 11 | 11010010 | 1011111 | 110010 |
Color Harmonies of #067DF7
Complementary color
Monochromatic Colors of #067DF7
Black with #067DF7
Text Example
Text Example
White with #067DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DF7; }
p { color: rgb(6,125,247); }
H1.HeaderClassName
{
color: #067DF7;
}
.AnyTagClassName
{
color: #067DF7;
}
</style>
background-color css
<style>
a { background-color: #067DF7; }
a { background-color: rgb(6,125,247); }
div.DivClassName
{
background-color: #067DF7;
}
.BgClassName
{
background-color: #067DF7;
}
</style>
border-color css
<style>
span { border-color: #067DF7; }
span { border-color: rgb(6,125,247); }
td.TdClassName
{
border-color: #067DF7;
}
.TagClassName
{
border-color: #067DF7;
}
</style>