Shades of Dodger Blue #086AFF
Tints of Dodger Blue #086AFF
RGB
CMYK
RGB Variations
Color information
#086AFF (or 0x086AFF) is known color: Dodger Blue. HEX triplet: 08, 6A and FF. RGB value is (8,106,255). Sum of RGB (Red+Green+Blue) = 8+106+255=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #086AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086AFF is #F79500. Grayscale: #5C5C5C. Windows color (decimal): -16225537 or 16738824. OLE color: 16738824.
HSL color Cylindrical-coordinate representation of color #086AFF: hue angle of 216.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086AFF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 106 | 255 | - |
| CMYK | 0.97 | 0.58 | 0 | 0 |
| HSL | 216.19º | 1% | 0.52% | - |
| HSV(B) | 216.19º | 0.97% | 1% | - |
| XYZ | 23.3 | 17.58 | 96.77 | - |
| YUV | 93.68 | 219.03 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 255 | 0.97 | 0.58 | 0 | 0 | 216.19 | 1 | 0.52 |
| Hex | 8 | 6A | FF | 61 | 3A | 0 | 0 | D8 | 64 | 34 |
| Octal | 10 | 152 | 377 | 141 | 72 | 0 | 0 | 330 | 144 | 64 |
| Binary | 1000 | 1101010 | 11111111 | 1100001 | 111010 | 0 | 0 | 11011000 | 1100100 | 110100 |
Color Harmonies of #086AFF
Complementary color
Monochromatic Colors of #086AFF
Black with #086AFF
Text Example
Text Example
White with #086AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086AFF; }
p { color: rgb(8,106,255); }
H1.HeaderClassName
{
color: #086AFF;
}
.AnyTagClassName
{
color: #086AFF;
}
</style>
background-color css
<style>
a { background-color: #086AFF; }
a { background-color: rgb(8,106,255); }
div.DivClassName
{
background-color: #086AFF;
}
.BgClassName
{
background-color: #086AFF;
}
</style>
border-color css
<style>
span { border-color: #086AFF; }
span { border-color: rgb(8,106,255); }
td.TdClassName
{
border-color: #086AFF;
}
.TagClassName
{
border-color: #086AFF;
}
</style>