Shades of Dodger Blue #067AFB
Tints of Dodger Blue #067AFB
RGB
CMYK
RGB Variations
Color information
#067AFB (or 0x067AFB) is known color: Dodger Blue. HEX triplet: 06, 7A and FB. RGB value is (6,122,251). Sum of RGB (Red+Green+Blue) = 6+122+251=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #067AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AFB is #F98504. Grayscale: #656565. Windows color (decimal): -16352517 or 16480774. OLE color: 16480774.
HSL color Cylindrical-coordinate representation of color #067AFB: hue angle of 211.59º degrees, saturation: 0.97, 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 #067AFB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 122 | 251 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.02 |
| HSL | 211.59º | 0.97% | 0.5% | - |
| HSV(B) | 211.59º | 0.98% | 0.98% | - |
| XYZ | 24.45 | 20.92 | 94.02 | - |
| YUV | 102.02 | 212.07 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 251 | 0.98 | 0.51 | 0 | 0.02 | 211.59 | 0.97 | 0.5 |
| Hex | 6 | 7A | FB | 62 | 33 | 0 | 2 | D4 | 61 | 32 |
| Octal | 6 | 172 | 373 | 142 | 63 | 0 | 2 | 324 | 141 | 62 |
| Binary | 110 | 1111010 | 11111011 | 1100010 | 110011 | 0 | 10 | 11010100 | 1100001 | 110010 |
Color Harmonies of #067AFB
Complementary color
Monochromatic Colors of #067AFB
Black with #067AFB
Text Example
Text Example
White with #067AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AFB; }
p { color: rgb(6,122,251); }
H1.HeaderClassName
{
color: #067AFB;
}
.AnyTagClassName
{
color: #067AFB;
}
</style>
background-color css
<style>
a { background-color: #067AFB; }
a { background-color: rgb(6,122,251); }
div.DivClassName
{
background-color: #067AFB;
}
.BgClassName
{
background-color: #067AFB;
}
</style>
border-color css
<style>
span { border-color: #067AFB; }
span { border-color: rgb(6,122,251); }
td.TdClassName
{
border-color: #067AFB;
}
.TagClassName
{
border-color: #067AFB;
}
</style>