Shades of Dodger Blue #0685FF
Tints of Dodger Blue #0685FF
RGB
CMYK
RGB Variations
Color information
#0685FF (or 0x0685FF) is known color: Dodger Blue. HEX triplet: 06, 85 and FF. RGB value is (6,133,255). Sum of RGB (Red+Green+Blue) = 6+133+255=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0685FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0685FF is #F97A00. Grayscale: #6C6C6C. Windows color (decimal): -16349697 or 16745734. OLE color: 16745734.
HSL color Cylindrical-coordinate representation of color #0685FF: hue angle of 209.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0685FF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 133 | 255 | - |
| CMYK | 0.98 | 0.48 | 0 | 0 |
| HSL | 209.4º | 1% | 0.51% | - |
| HSV(B) | 209.4º | 0.98% | 1% | - |
| XYZ | 26.51 | 24.03 | 97.85 | - |
| YUV | 108.94 | 210.42 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 255 | 0.98 | 0.48 | 0 | 0 | 209.4 | 1 | 0.51 |
| Hex | 6 | 85 | FF | 62 | 30 | 0 | 0 | D1 | 64 | 33 |
| Octal | 6 | 205 | 377 | 142 | 60 | 0 | 0 | 321 | 144 | 63 |
| Binary | 110 | 10000101 | 11111111 | 1100010 | 110000 | 0 | 0 | 11010001 | 1100100 | 110011 |
Color Harmonies of #0685FF
Complementary color
Monochromatic Colors of #0685FF
Black with #0685FF
Text Example
Text Example
White with #0685FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685FF; }
p { color: rgb(6,133,255); }
H1.HeaderClassName
{
color: #0685FF;
}
.AnyTagClassName
{
color: #0685FF;
}
</style>
background-color css
<style>
a { background-color: #0685FF; }
a { background-color: rgb(6,133,255); }
div.DivClassName
{
background-color: #0685FF;
}
.BgClassName
{
background-color: #0685FF;
}
</style>
border-color css
<style>
span { border-color: #0685FF; }
span { border-color: rgb(6,133,255); }
td.TdClassName
{
border-color: #0685FF;
}
.TagClassName
{
border-color: #0685FF;
}
</style>