Shades of Dodger Blue #067CFA
Tints of Dodger Blue #067CFA
RGB
CMYK
RGB Variations
Color information
#067CFA (or 0x067CFA) is known color: Dodger Blue. HEX triplet: 06, 7C and FA. RGB value is (6,124,250). Sum of RGB (Red+Green+Blue) = 6+124+250=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #067CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CFA is #F98305. Grayscale: #666666. Windows color (decimal): -16352006 or 16415750. OLE color: 16415750.
HSL color Cylindrical-coordinate representation of color #067CFA: hue angle of 210.98º degrees, saturation: 0.96, 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 #067CFA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 124 | 250 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.98º | 0.96% | 0.5% | - |
| HSV(B) | 210.98º | 0.98% | 0.98% | - |
| XYZ | 24.54 | 21.36 | 93.27 | - |
| YUV | 103.08 | 210.91 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 250 | 0.98 | 0.50 | 0 | 0.02 | 210.98 | 0.96 | 0.5 |
| Hex | 6 | 7C | FA | 62 | 32 | 0 | 2 | D3 | 60 | 32 |
| Octal | 6 | 174 | 372 | 142 | 62 | 0 | 2 | 323 | 140 | 62 |
| Binary | 110 | 1111100 | 11111010 | 1100010 | 110010 | 0 | 10 | 11010011 | 1100000 | 110010 |
Color Harmonies of #067CFA
Complementary color
Monochromatic Colors of #067CFA
Black with #067CFA
Text Example
Text Example
White with #067CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CFA; }
p { color: rgb(6,124,250); }
H1.HeaderClassName
{
color: #067CFA;
}
.AnyTagClassName
{
color: #067CFA;
}
</style>
background-color css
<style>
a { background-color: #067CFA; }
a { background-color: rgb(6,124,250); }
div.DivClassName
{
background-color: #067CFA;
}
.BgClassName
{
background-color: #067CFA;
}
</style>
border-color css
<style>
span { border-color: #067CFA; }
span { border-color: rgb(6,124,250); }
td.TdClassName
{
border-color: #067CFA;
}
.TagClassName
{
border-color: #067CFA;
}
</style>