Shades of Dodger Blue #067DFC
Tints of Dodger Blue #067DFC
RGB
CMYK
RGB Variations
Color information
#067DFC (or 0x067DFC) is known color: Dodger Blue. HEX triplet: 06, 7D and FC. RGB value is (6,125,252). Sum of RGB (Red+Green+Blue) = 6+125+252=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #067DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067DFC is #F98203. Grayscale: #676767. Windows color (decimal): -16351748 or 16547078. OLE color: 16547078.
HSL color Cylindrical-coordinate representation of color #067DFC: hue angle of 210.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067DFC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 125 | 252 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.01 |
| HSL | 210.98º | 0.98% | 0.51% | - |
| HSV(B) | 210.98º | 0.98% | 0.99% | - |
| XYZ | 24.98 | 21.73 | 94.97 | - |
| YUV | 103.9 | 211.58 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 252 | 0.98 | 0.50 | 0 | 0.01 | 210.98 | 0.98 | 0.51 |
| Hex | 6 | 7D | FC | 62 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 6 | 175 | 374 | 142 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 110 | 1111101 | 11111100 | 1100010 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #067DFC
Complementary color
Monochromatic Colors of #067DFC
Black with #067DFC
Text Example
Text Example
White with #067DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DFC; }
p { color: rgb(6,125,252); }
H1.HeaderClassName
{
color: #067DFC;
}
.AnyTagClassName
{
color: #067DFC;
}
</style>
background-color css
<style>
a { background-color: #067DFC; }
a { background-color: rgb(6,125,252); }
div.DivClassName
{
background-color: #067DFC;
}
.BgClassName
{
background-color: #067DFC;
}
</style>
border-color css
<style>
span { border-color: #067DFC; }
span { border-color: rgb(6,125,252); }
td.TdClassName
{
border-color: #067DFC;
}
.TagClassName
{
border-color: #067DFC;
}
</style>