Shades of Dodger Blue #067AFE
Tints of Dodger Blue #067AFE
RGB
CMYK
RGB Variations
Color information
#067AFE (or 0x067AFE) is known color: Dodger Blue. HEX triplet: 06, 7A and FE. RGB value is (6,122,254). Sum of RGB (Red+Green+Blue) = 6+122+254=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #067AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AFE is #F98501. Grayscale: #656565. Windows color (decimal): -16352514 or 16677382. OLE color: 16677382.
HSL color Cylindrical-coordinate representation of color #067AFE: hue angle of 211.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067AFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 122 | 254 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.00 |
| HSL | 211.94º | 0.99% | 0.51% | - |
| HSV(B) | 211.94º | 0.98% | 1% | - |
| XYZ | 24.92 | 21.11 | 96.53 | - |
| YUV | 102.36 | 213.57 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 254 | 0.98 | 0.52 | 0 | 0.00 | 211.94 | 0.99 | 0.51 |
| Hex | 6 | 7A | FE | 62 | 34 | 0 | 0 | D4 | 63 | 33 |
| Octal | 6 | 172 | 376 | 142 | 64 | 0 | 0 | 324 | 143 | 63 |
| Binary | 110 | 1111010 | 11111110 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100011 | 110011 |
Color Harmonies of #067AFE
Complementary color
Monochromatic Colors of #067AFE
Black with #067AFE
Text Example
Text Example
White with #067AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AFE; }
p { color: rgb(6,122,254); }
H1.HeaderClassName
{
color: #067AFE;
}
.AnyTagClassName
{
color: #067AFE;
}
</style>
background-color css
<style>
a { background-color: #067AFE; }
a { background-color: rgb(6,122,254); }
div.DivClassName
{
background-color: #067AFE;
}
.BgClassName
{
background-color: #067AFE;
}
</style>
border-color css
<style>
span { border-color: #067AFE; }
span { border-color: rgb(6,122,254); }
td.TdClassName
{
border-color: #067AFE;
}
.TagClassName
{
border-color: #067AFE;
}
</style>