Shades of Dodger Blue #0686FD
Tints of Dodger Blue #0686FD
RGB
CMYK
RGB Variations
Color information
#0686FD (or 0x0686FD) is known color: Dodger Blue. HEX triplet: 06, 86 and FD. RGB value is (6,134,253). Sum of RGB (Red+Green+Blue) = 6+134+253=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #0686FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0686FD is #F97902. Grayscale: #6C6C6C. Windows color (decimal): -16349443 or 16614918. OLE color: 16614918.
HSL color Cylindrical-coordinate representation of color #0686FD: hue angle of 208.91º 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 #0686FD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 134 | 253 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.01 |
| HSL | 208.91º | 0.98% | 0.51% | - |
| HSV(B) | 208.91º | 0.98% | 0.99% | - |
| XYZ | 26.33 | 24.18 | 96.21 | - |
| YUV | 109.29 | 209.09 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 253 | 0.98 | 0.47 | 0 | 0.01 | 208.91 | 0.98 | 0.51 |
| Hex | 6 | 86 | FD | 62 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 6 | 206 | 375 | 142 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 110 | 10000110 | 11111101 | 1100010 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0686FD
Complementary color
Monochromatic Colors of #0686FD
Black with #0686FD
Text Example
Text Example
White with #0686FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0686FD; }
p { color: rgb(6,134,253); }
H1.HeaderClassName
{
color: #0686FD;
}
.AnyTagClassName
{
color: #0686FD;
}
</style>
background-color css
<style>
a { background-color: #0686FD; }
a { background-color: rgb(6,134,253); }
div.DivClassName
{
background-color: #0686FD;
}
.BgClassName
{
background-color: #0686FD;
}
</style>
border-color css
<style>
span { border-color: #0686FD; }
span { border-color: rgb(6,134,253); }
td.TdClassName
{
border-color: #0686FD;
}
.TagClassName
{
border-color: #0686FD;
}
</style>