Shades of Dodger Blue #086CFC
Tints of Dodger Blue #086CFC
RGB
CMYK
RGB Variations
Color information
#086CFC (or 0x086CFC) is known color: Dodger Blue. HEX triplet: 08, 6C and FC. RGB value is (8,108,252). Sum of RGB (Red+Green+Blue) = 8+108+252=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #086CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CFC is #F79303. Grayscale: #5D5D5D. Windows color (decimal): -16225028 or 16542728. OLE color: 16542728.
HSL color Cylindrical-coordinate representation of color #086CFC: hue angle of 215.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086CFC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 108 | 252 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.01 |
| HSL | 215.41º | 0.98% | 0.51% | - |
| HSV(B) | 215.41º | 0.97% | 0.99% | - |
| XYZ | 23.03 | 17.81 | 94.32 | - |
| YUV | 94.52 | 216.87 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 252 | 0.97 | 0.57 | 0 | 0.01 | 215.41 | 0.98 | 0.51 |
| Hex | 8 | 6C | FC | 61 | 39 | 0 | 1 | D7 | 62 | 33 |
| Octal | 10 | 154 | 374 | 141 | 71 | 0 | 1 | 327 | 142 | 63 |
| Binary | 1000 | 1101100 | 11111100 | 1100001 | 111001 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #086CFC
Complementary color
Monochromatic Colors of #086CFC
Black with #086CFC
Text Example
Text Example
White with #086CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CFC; }
p { color: rgb(8,108,252); }
H1.HeaderClassName
{
color: #086CFC;
}
.AnyTagClassName
{
color: #086CFC;
}
</style>
background-color css
<style>
a { background-color: #086CFC; }
a { background-color: rgb(8,108,252); }
div.DivClassName
{
background-color: #086CFC;
}
.BgClassName
{
background-color: #086CFC;
}
</style>
border-color css
<style>
span { border-color: #086CFC; }
span { border-color: rgb(8,108,252); }
td.TdClassName
{
border-color: #086CFC;
}
.TagClassName
{
border-color: #086CFC;
}
</style>