Shades of Dodger Blue #067DF9
Tints of Dodger Blue #067DF9
RGB
CMYK
RGB Variations
Color information
#067DF9 (or 0x067DF9) is known color: Dodger Blue. HEX triplet: 06, 7D and F9. RGB value is (6,125,249). Sum of RGB (Red+Green+Blue) = 6+125+249=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #067DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DF9 is #F98206. Grayscale: #666666. Windows color (decimal): -16351751 or 16350470. OLE color: 16350470.
HSL color Cylindrical-coordinate representation of color #067DF9: hue angle of 210.62º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067DF9 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 125 | 249 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.62º | 0.95% | 0.5% | - |
| HSV(B) | 210.62º | 0.98% | 0.98% | - |
| XYZ | 24.51 | 21.55 | 92.49 | - |
| YUV | 103.56 | 210.08 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 249 | 0.98 | 0.50 | 0 | 0.02 | 210.62 | 0.95 | 0.5 |
| Hex | 6 | 7D | F9 | 62 | 32 | 0 | 2 | D3 | 5F | 32 |
| Octal | 6 | 175 | 371 | 142 | 62 | 0 | 2 | 323 | 137 | 62 |
| Binary | 110 | 1111101 | 11111001 | 1100010 | 110010 | 0 | 10 | 11010011 | 1011111 | 110010 |
Color Harmonies of #067DF9
Complementary color
Monochromatic Colors of #067DF9
Black with #067DF9
Text Example
Text Example
White with #067DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DF9; }
p { color: rgb(6,125,249); }
H1.HeaderClassName
{
color: #067DF9;
}
.AnyTagClassName
{
color: #067DF9;
}
</style>
background-color css
<style>
a { background-color: #067DF9; }
a { background-color: rgb(6,125,249); }
div.DivClassName
{
background-color: #067DF9;
}
.BgClassName
{
background-color: #067DF9;
}
</style>
border-color css
<style>
span { border-color: #067DF9; }
span { border-color: rgb(6,125,249); }
td.TdClassName
{
border-color: #067DF9;
}
.TagClassName
{
border-color: #067DF9;
}
</style>