Shades of Dodger Blue #086AFE
Tints of Dodger Blue #086AFE
RGB
CMYK
RGB Variations
Color information
#086AFE (or 0x086AFE) is known color: Dodger Blue. HEX triplet: 08, 6A and FE. RGB value is (8,106,254). Sum of RGB (Red+Green+Blue) = 8+106+254=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #086AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086AFE is #F79501. Grayscale: #5C5C5C. Windows color (decimal): -16225538 or 16673288. OLE color: 16673288.
HSL color Cylindrical-coordinate representation of color #086AFE: hue angle of 216.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086AFE is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 106 | 254 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.00 |
| HSL | 216.1º | 0.99% | 0.51% | - |
| HSV(B) | 216.1º | 0.97% | 1% | - |
| XYZ | 23.14 | 17.52 | 95.93 | - |
| YUV | 93.57 | 218.53 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 254 | 0.97 | 0.58 | 0 | 0.00 | 216.1 | 0.99 | 0.51 |
| Hex | 8 | 6A | FE | 61 | 3A | 0 | 0 | D8 | 63 | 33 |
| Octal | 10 | 152 | 376 | 141 | 72 | 0 | 0 | 330 | 143 | 63 |
| Binary | 1000 | 1101010 | 11111110 | 1100001 | 111010 | 0 | 0 | 11011000 | 1100011 | 110011 |
Color Harmonies of #086AFE
Complementary color
Monochromatic Colors of #086AFE
Black with #086AFE
Text Example
Text Example
White with #086AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086AFE; }
p { color: rgb(8,106,254); }
H1.HeaderClassName
{
color: #086AFE;
}
.AnyTagClassName
{
color: #086AFE;
}
</style>
background-color css
<style>
a { background-color: #086AFE; }
a { background-color: rgb(8,106,254); }
div.DivClassName
{
background-color: #086AFE;
}
.BgClassName
{
background-color: #086AFE;
}
</style>
border-color css
<style>
span { border-color: #086AFE; }
span { border-color: rgb(8,106,254); }
td.TdClassName
{
border-color: #086AFE;
}
.TagClassName
{
border-color: #086AFE;
}
</style>