Shades of Dodger Blue #0686FA
Tints of Dodger Blue #0686FA
RGB
CMYK
RGB Variations
Color information
#0686FA (or 0x0686FA) is known color: Dodger Blue. HEX triplet: 06, 86 and FA. RGB value is (6,134,250). Sum of RGB (Red+Green+Blue) = 6+134+250=390 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #0686FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0686FA is #F97905. Grayscale: #6C6C6C. Windows color (decimal): -16349446 or 16418310. OLE color: 16418310.
HSL color Cylindrical-coordinate representation of color #0686FA: hue angle of 208.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0686FA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 134 | 250 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.02 |
| HSL | 208.52º | 0.96% | 0.5% | - |
| HSV(B) | 208.52º | 0.98% | 0.98% | - |
| XYZ | 25.86 | 23.99 | 93.71 | - |
| YUV | 108.95 | 207.59 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 250 | 0.98 | 0.46 | 0 | 0.02 | 208.52 | 0.96 | 0.5 |
| Hex | 6 | 86 | FA | 62 | 2E | 0 | 2 | D1 | 60 | 32 |
| Octal | 6 | 206 | 372 | 142 | 56 | 0 | 2 | 321 | 140 | 62 |
| Binary | 110 | 10000110 | 11111010 | 1100010 | 101110 | 0 | 10 | 11010001 | 1100000 | 110010 |
Color Harmonies of #0686FA
Complementary color
Monochromatic Colors of #0686FA
Black with #0686FA
Text Example
Text Example
White with #0686FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0686FA; }
p { color: rgb(6,134,250); }
H1.HeaderClassName
{
color: #0686FA;
}
.AnyTagClassName
{
color: #0686FA;
}
</style>
background-color css
<style>
a { background-color: #0686FA; }
a { background-color: rgb(6,134,250); }
div.DivClassName
{
background-color: #0686FA;
}
.BgClassName
{
background-color: #0686FA;
}
</style>
border-color css
<style>
span { border-color: #0686FA; }
span { border-color: rgb(6,134,250); }
td.TdClassName
{
border-color: #0686FA;
}
.TagClassName
{
border-color: #0686FA;
}
</style>