Shades of Dodger Blue #067CFF
Tints of Dodger Blue #067CFF
RGB
CMYK
RGB Variations
Color information
#067CFF (or 0x067CFF) is known color: Dodger Blue. HEX triplet: 06, 7C and FF. RGB value is (6,124,255). Sum of RGB (Red+Green+Blue) = 6+124+255=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #067CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CFF is #F98300. Grayscale: #676767. Windows color (decimal): -16352001 or 16743430. OLE color: 16743430.
HSL color Cylindrical-coordinate representation of color #067CFF: hue angle of 211.57º 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 #067CFF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 124 | 255 | - |
| CMYK | 0.98 | 0.51 | 0 | 0 |
| HSL | 211.57º | 1% | 0.51% | - |
| HSV(B) | 211.57º | 0.98% | 1% | - |
| XYZ | 25.33 | 21.67 | 97.46 | - |
| YUV | 103.65 | 213.41 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 255 | 0.98 | 0.51 | 0 | 0 | 211.57 | 1 | 0.51 |
| Hex | 6 | 7C | FF | 62 | 33 | 0 | 0 | D4 | 64 | 33 |
| Octal | 6 | 174 | 377 | 142 | 63 | 0 | 0 | 324 | 144 | 63 |
| Binary | 110 | 1111100 | 11111111 | 1100010 | 110011 | 0 | 0 | 11010100 | 1100100 | 110011 |
Color Harmonies of #067CFF
Complementary color
Monochromatic Colors of #067CFF
Black with #067CFF
Text Example
Text Example
White with #067CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CFF; }
p { color: rgb(6,124,255); }
H1.HeaderClassName
{
color: #067CFF;
}
.AnyTagClassName
{
color: #067CFF;
}
</style>
background-color css
<style>
a { background-color: #067CFF; }
a { background-color: rgb(6,124,255); }
div.DivClassName
{
background-color: #067CFF;
}
.BgClassName
{
background-color: #067CFF;
}
</style>
border-color css
<style>
span { border-color: #067CFF; }
span { border-color: rgb(6,124,255); }
td.TdClassName
{
border-color: #067CFF;
}
.TagClassName
{
border-color: #067CFF;
}
</style>