Shades of Dodger Blue #067EFE
Tints of Dodger Blue #067EFE
RGB
CMYK
RGB Variations
Color information
#067EFE (or 0x067EFE) is known color: Dodger Blue. HEX triplet: 06, 7E and FE. RGB value is (6,126,254). Sum of RGB (Red+Green+Blue) = 6+126+254=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #067EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067EFE is #F98101. Grayscale: #686868. Windows color (decimal): -16351490 or 16678406. OLE color: 16678406.
HSL color Cylindrical-coordinate representation of color #067EFE: hue angle of 210.97º 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 #067EFE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 126 | 254 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.00 |
| HSL | 210.97º | 0.99% | 0.51% | - |
| HSV(B) | 210.97º | 0.98% | 1% | - |
| XYZ | 25.43 | 22.12 | 96.69 | - |
| YUV | 104.71 | 212.24 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 254 | 0.98 | 0.50 | 0 | 0.00 | 210.97 | 0.99 | 0.51 |
| Hex | 6 | 7E | FE | 62 | 32 | 0 | 0 | D3 | 63 | 33 |
| Octal | 6 | 176 | 376 | 142 | 62 | 0 | 0 | 323 | 143 | 63 |
| Binary | 110 | 1111110 | 11111110 | 1100010 | 110010 | 0 | 0 | 11010011 | 1100011 | 110011 |
Color Harmonies of #067EFE
Complementary color
Monochromatic Colors of #067EFE
Black with #067EFE
Text Example
Text Example
White with #067EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EFE; }
p { color: rgb(6,126,254); }
H1.HeaderClassName
{
color: #067EFE;
}
.AnyTagClassName
{
color: #067EFE;
}
</style>
background-color css
<style>
a { background-color: #067EFE; }
a { background-color: rgb(6,126,254); }
div.DivClassName
{
background-color: #067EFE;
}
.BgClassName
{
background-color: #067EFE;
}
</style>
border-color css
<style>
span { border-color: #067EFE; }
span { border-color: rgb(6,126,254); }
td.TdClassName
{
border-color: #067EFE;
}
.TagClassName
{
border-color: #067EFE;
}
</style>