Shades of Dodger Blue #067FFD
Tints of Dodger Blue #067FFD
RGB
CMYK
RGB Variations
Color information
#067FFD (or 0x067FFD) is known color: Dodger Blue. HEX triplet: 06, 7F and FD. RGB value is (6,127,253). Sum of RGB (Red+Green+Blue) = 6+127+253=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #067FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FFD is #F98002. Grayscale: #686868. Windows color (decimal): -16351235 or 16613126. OLE color: 16613126.
HSL color Cylindrical-coordinate representation of color #067FFD: hue angle of 210.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067FFD is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 127 | 253 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.01 |
| HSL | 210.61º | 0.98% | 0.51% | - |
| HSV(B) | 210.61º | 0.98% | 0.99% | - |
| XYZ | 25.39 | 22.31 | 95.9 | - |
| YUV | 105.19 | 211.41 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 253 | 0.98 | 0.50 | 0 | 0.01 | 210.61 | 0.98 | 0.51 |
| Hex | 6 | 7F | FD | 62 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 6 | 177 | 375 | 142 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 110 | 1111111 | 11111101 | 1100010 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #067FFD
Complementary color
Monochromatic Colors of #067FFD
Black with #067FFD
Text Example
Text Example
White with #067FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FFD; }
p { color: rgb(6,127,253); }
H1.HeaderClassName
{
color: #067FFD;
}
.AnyTagClassName
{
color: #067FFD;
}
</style>
background-color css
<style>
a { background-color: #067FFD; }
a { background-color: rgb(6,127,253); }
div.DivClassName
{
background-color: #067FFD;
}
.BgClassName
{
background-color: #067FFD;
}
</style>
border-color css
<style>
span { border-color: #067FFD; }
span { border-color: rgb(6,127,253); }
td.TdClassName
{
border-color: #067FFD;
}
.TagClassName
{
border-color: #067FFD;
}
</style>