Shades of Dodger Blue #067AF6
Tints of Dodger Blue #067AF6
RGB
CMYK
RGB Variations
Color information
#067AF6 (or 0x067AF6) is known color: Dodger Blue. HEX triplet: 06, 7A and F6. RGB value is (6,122,246). Sum of RGB (Red+Green+Blue) = 6+122+246=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #067AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AF6 is #F98509. Grayscale: #646464. Windows color (decimal): -16352522 or 16153094. OLE color: 16153094.
HSL color Cylindrical-coordinate representation of color #067AF6: hue angle of 211º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067AF6 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 122 | 246 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.04 |
| HSL | 211º | 0.95% | 0.49% | - |
| HSV(B) | 211º | 0.98% | 0.96% | - |
| XYZ | 23.67 | 20.61 | 89.92 | - |
| YUV | 101.45 | 209.57 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 246 | 0.98 | 0.50 | 0 | 0.04 | 211 | 0.95 | 0.49 |
| Hex | 6 | 7A | F6 | 62 | 32 | 0 | 4 | D3 | 5F | 31 |
| Octal | 6 | 172 | 366 | 142 | 62 | 0 | 4 | 323 | 137 | 61 |
| Binary | 110 | 1111010 | 11110110 | 1100010 | 110010 | 0 | 100 | 11010011 | 1011111 | 110001 |
Color Harmonies of #067AF6
Complementary color
Monochromatic Colors of #067AF6
Black with #067AF6
Text Example
Text Example
White with #067AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AF6; }
p { color: rgb(6,122,246); }
H1.HeaderClassName
{
color: #067AF6;
}
.AnyTagClassName
{
color: #067AF6;
}
</style>
background-color css
<style>
a { background-color: #067AF6; }
a { background-color: rgb(6,122,246); }
div.DivClassName
{
background-color: #067AF6;
}
.BgClassName
{
background-color: #067AF6;
}
</style>
border-color css
<style>
span { border-color: #067AF6; }
span { border-color: rgb(6,122,246); }
td.TdClassName
{
border-color: #067AF6;
}
.TagClassName
{
border-color: #067AF6;
}
</style>