Shades of Dodger Blue #086AFB
Tints of Dodger Blue #086AFB
RGB
CMYK
RGB Variations
Color information
#086AFB (or 0x086AFB) is known color: Dodger Blue. HEX triplet: 08, 6A and FB. RGB value is (8,106,251). Sum of RGB (Red+Green+Blue) = 8+106+251=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #086AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086AFB is #F79504. Grayscale: #5C5C5C. Windows color (decimal): -16225541 or 16476680. OLE color: 16476680.
HSL color Cylindrical-coordinate representation of color #086AFB: hue angle of 215.8º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086AFB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 106 | 251 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.02 |
| HSL | 215.8º | 0.97% | 0.51% | - |
| HSV(B) | 215.8º | 0.97% | 0.98% | - |
| XYZ | 22.67 | 17.32 | 93.42 | - |
| YUV | 93.23 | 217.03 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 251 | 0.97 | 0.58 | 0 | 0.02 | 215.8 | 0.97 | 0.51 |
| Hex | 8 | 6A | FB | 61 | 3A | 0 | 2 | D8 | 61 | 33 |
| Octal | 10 | 152 | 373 | 141 | 72 | 0 | 2 | 330 | 141 | 63 |
| Binary | 1000 | 1101010 | 11111011 | 1100001 | 111010 | 0 | 10 | 11011000 | 1100001 | 110011 |
Color Harmonies of #086AFB
Complementary color
Monochromatic Colors of #086AFB
Black with #086AFB
Text Example
Text Example
White with #086AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086AFB; }
p { color: rgb(8,106,251); }
H1.HeaderClassName
{
color: #086AFB;
}
.AnyTagClassName
{
color: #086AFB;
}
</style>
background-color css
<style>
a { background-color: #086AFB; }
a { background-color: rgb(8,106,251); }
div.DivClassName
{
background-color: #086AFB;
}
.BgClassName
{
background-color: #086AFB;
}
</style>
border-color css
<style>
span { border-color: #086AFB; }
span { border-color: rgb(8,106,251); }
td.TdClassName
{
border-color: #086AFB;
}
.TagClassName
{
border-color: #086AFB;
}
</style>